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