PHP面试题(二)
<?php // 1. /* print 是语言结构,不是函数 echo print array list foreach push shift eval 是语言结构 funtion_exists('print');//false e...
<?php // 1. /* print 是语言结构,不是函数 echo print array list foreach push shift eval 是语言结构 funtion_exists('print');//false e...
1 return 后面的操作不执行 2.输出所有常量 print_r(get_defined_constants()); 3.tp5中各模版中定义的常量不能跨模版使用 4.TP5获取模块名/控制器名...