PHP顶层类
程序员文章站
2022-04-14 22:19:06
...
debug) { $format = "There is happen error information: %s ." . " the file name: %s , on line : %s . "; printf($format, $info, $file, $line); $error = debug_backtrace(); print_r($error[0]); } } /** * setDebug * @deprecated 设置是否输出调试信息 * @param boolean true or false * @return void */ function setDebug($bool) { $this->debug = is_bool($bool) ? $bool : false; } /** * getDebug * @deprecated 查看是否打开调试信息 * @param void * @return boolean */ function getDebug() { return $this->debug; } } ?>
文章网址:
随意转载^^但请附上教程地址。
上一篇: echo使用!
下一篇: 切莫让CDN缓存里你的动态文件
推荐阅读
-
php内核解析:PHP中的哈希表_PHP
-
php for 循环语句使用方法详细说明_php基础
-
php中 ob_start等函数截取标准输出的方法,phpob_start_PHP教程
-
PHP MSSQL 分页实例 mssql2005 mysql mssql下载
-
php $CI =& get_instance();,phpci_PHP教程
-
[PHP]Maximum execution time of 30 seconds exceeded
-
PHP Session 变量用法详解与实例教程
-
PHP过滤代码,正则表达式过滤掉调用种的方法
-
php使用数组填充下拉列表框的方法_PHP教程
-
PHP详细彻底学习Smarty