openlog

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

説明

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.

戻り値

Returns TRUE on success or FALSE on failure.