closelog
(PHP 3, PHP 4 )
closelog -- Close connection to system logger
Description
int closelog ( void )
closelog() closes the descriptor being used to write to
the system logger. The use of closelog() is optional.
See also define_syslog_variables(), syslog() and openlog().
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.
|