Home  >  Article  >  Backend Development  >  PHP笔记

PHP笔记

WBOY
WBOYOriginal
2016-06-23 14:36:36969browse

调试跟踪:

debug_backtrace()

debug_print_backtrace() 

 

调试利器:

 

http://www.firephp.org/(需要安装firebug)

 

http://www.firephp.org/DownloadRelease/FirePHPLibrary-FirePHPCore-0.3.1 (PHP后端需要加载FirePHP代码包,用来输出调试信息给浏览器)

require_once ( ' lib/FirePHPCore/fb.php ' );
$sql = ' aaa ' ;
fb( $sql );


 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:PHP Expecting `T_PAAMAYIM_NEKUDOTAYIM'Next article:PHP资源