openlog

Example

 bool openlog ( string $ident , int $option , int $facility ) 

Description

openlog() opens a connection to the system logger for a program. The use of openlog() is optional. It will automatically be called by syslog() if necessary, in which case ident will default to FALSE.

Return Values

Returns TRUE on success or FALSE on failure.