1. $php_errormsg — 前一个错误信息
<"htmlcode"><"http://example.com"); var_dump($http_response_header); } get_contents(); var_dump($http_response_header); "htmlcode"><"htmlcode"><"htmlcode">var_dump(__FILE__); //所在路径文件名和文件名称 E:\demo\blog_code\predefined\predefined.php var_dump(__DIR__); //所在完整目录 E:\demo\blog_code\predefined var_dump(__LINE__); //代码所在行号 4 class testClass{ function testMethod(){ var_dump(__FUNCTION__); //返回当前方法名 testMethod var_dump(__CLASS__); //返回类名 testClass var_dump(__METHOD__); //类名加方法名 testClass::testMethod } } $a=new testClass(); $a->testMethod();标签:PHP,预定义变量
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
桃源资源网 Design By www.nqtax.com
暂无“不常用但很实用的PHP预定义变量分析”评论...