
PHP技术常用的面试题
一.用PHP打印出前一天的时间格式是: YYYY-MM-DD HH:II:SS echo date(“Y-m-d H:i:s”, time()-24*3600); 二.echo(),print(),print_ r()的区别: echo是PHP语句, print和print_ r是函数,语句没有返回值,函数可以有返......
关于 面试 的文章共有1条
一.用PHP打印出前一天的时间格式是: YYYY-MM-DD HH:II:SS echo date(“Y-m-d H:i:s”, time()-24*3600); 二.echo(),print(),print_ r()的区别: echo是PHP语句, print和print_ r是函数,语句没有返回值,函数可以有返......
最新评论
不错呢。