PHP基础 积累 | php常用基础2018-03-07王明昌阅读(2647)赞(0)1 return 后面的操作不执行 2.输出所有常量 print_r(get_defined_constants()); 3.tp5中各模版中定义的常量不能跨模版使用 4.TP5获取模块名/控制器名...