JavaScript Editor Javascript debugger     Website design 


debugger_on

Enable internal PHP debugger (PHP 3) ()
int debugger_on ( string address )

Enables the internal PHP debugger, connecting it to address.

Parameters

address

The host name of the debugger.

Return Values

Returns 1 on success, 0 on error.

Notes

This function is only available in PHP 3.