PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Er. Rochak Chauhan   PHP Debugger   example.php   Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example Script
Class: PHP Debugger
Output debugging information of the current script
Author: By
Last change:
Date: 18 years ago
Size: 273 bytes
 

Contents

Class file image Download
<?php
// example script
// just write these 3 line any where you expect / received an error

require_once("PhpDebugger.inc.php");
$phpDebugger = new PhpDebugger;

//$phpDebugger->displayDebuggingInformation();
$phpDebugger->displayDebuggingInformation(true);

?>