关键词** get_defined_constants **,此php接口函数能够获取所有的PHP常量。包括系统中自定义的常量。
关键词 get_defined_constants ,此php接口函数能够获取所有的PHP常量。包括系统中自定义的常量。
打印全部常量:
print_r('get_defined_constants(true)');
打印系统常量:
print_r(get_defined_constants(true)['user']);
除特别注明外,本站所有文章均为作者原创。 或分享自己的编程经验,或探讨工作中的问题,或聊以人生趣事。 转载请注明出处来自 https://www.qiusuoweb.com/107.html
运营天数
总访问量
文章数量
-
-
-
交流群:157451741
新浪微博:草莽兴
发布评论