日本語
closelog()関数は、システムロガーへの接続を閉じます。
closelog()
電源を入れて、システムロガーへの接続を閉じます。
<?php function _log ( $ text ) { openlog ( "phperrors" 、 log_pid | log_perror ) ; syslog ( log_err 、 $ text ) ; closelog ( ) ; ... ... } ?>
closelog ( )