Home > php教程 > PHP源码 > firefox 调试php 插件 FireLogger

firefox 调试php 插件 FireLogger

PHP中文网
Release: 2016-05-25 17:12:05
Original
1109 people have browsed it

firefox 调试php 插件 FireLogger  

firefox  FireLogger 插件下载地址(客户端下载): 

https://addons.mozilla.org/zh-CN/firefox/addon/firelogger/ 

服务器端 FireLogger 文件下载地址 

http://github.com/darwin/firelogger.php 

php调试方法 


/** 
 * user   小杰 
 * from   http://www.isharey.com/?p=614 
 * 调试代码 
 * @param $val  测试 
 */  
function debug($val)  
{  
    //加载调试的文件文件  
    require_once 'firelogger.php';  
    flog($val); //打印对象值  
}
Copy after login

                   

 以上就是firefox 调试php 插件 FireLogger  的内容,更多相关内容请关注PHP中文网(www.php.cn)!

source:php.cn
Statement of this Website
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
Latest Articles by Author
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template