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.