closelog(3) php man page | unix.com

Man Page: closelog

Operating Environment: php

Section: 3

CLOSELOG(3)								 1							       CLOSELOG(3)

closelog - Close connection to system logger

SYNOPSIS
bool closelog (void )
DESCRIPTION
closelog(3) closes the descriptor being used to write to the system logger. The use of closelog(3) is optional.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
syslog(3), openlog(3). PHP Documentation Group CLOSELOG(3)
Related Man Pages
closelog(3) - redhat
setlogmask(3p) - suse
syslog(3p) - suse
openlog(3) - php
syslog(3) - php
Similar Topics in the Unix Linux Community
daemonization and openlog()
Problem with signal handler and interrupted system call
when a process fails to write to /dev/log
How redirect syslog message to a specified file?