PHP FirePHP示例

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP FirePHP示例相关的知识,希望对你有一定的参考价值。

// start ouput buffering
ob_start();

// be sure you have uploaded the FirePHP lib on your server
require_once('lib/FirePHPCore/FirePHP.class.php');

// instantiate firephp, false would have turned logging off
$firephp = FirePHP::getInstance(true);

// See some more examples at:
// http://www.firephp.org/HQ/Use.html
$firephp->log('Message','Bob was here');

以上是关于PHP FirePHP示例的主要内容,如果未能解决你的问题,请参考以下文章