debugger_on> <closelog
Last updated: Mon, 28 Dec 2009

debugger_off

(No version information available, might be only in CVS)

debugger_off — Disable internal PHP debugger (PHP 3)

Descrição

int debugger_off ( void )

Disable internal PHP debugger.

Valor Retornado

Returns 1 on success, 0 on error.

Notas

This function is only available in PHP 3.

Veja também



User Contributed Notes
debugger_off
kriek at jonkriek dot com
24-Mar-2003 08: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.

debugger_on> <closelog
Last updated: Mon, 28 Dec 2009