debugger_on
(PHP 3)
debugger_on -- Enable internal PHP debugger (PHP 3)
Description
int debugger_on ( string address)
Enables the internal PHP debugger, connecting it to address.
This function is only available in PHP 3.
For more information see the appendix on Debugging PHP.
define_syslog_variables
(PHP 3, PHP 4 )
define_syslog_variables -- Initializes all syslog related
constants
Description
void define_syslog_variables ( void )
Initializes all constants used in the syslog functions.
See also openlog(), syslog() and closelog().
|