debugger_off

(PHP 3)

debugger_off -- Disable internal PHP debugger (PHP 3)

Description

int debugger_off ( void )

Disables the internal PHP debugger. This function is only available in PHP 3.

For more information see the appendix on Debugging PHP.


add a note add a note User Contributed Notes
kriek at jonkriek dot com
25-Mar-2003 07:00
As stated above: This function is only available in PHP3 and is deprecated there after. You can however download the The DBG Php Debugger: http://www.dd.cron.ru/dbg/ or buy Zend IDE with a debugger module.