update : 2015.11.03
php.shukuma.com검색:
|
syslog(PHP 4, PHP 5) syslog — Generate a system log message 설명
bool syslog
( int
$priority
, string $message
)syslog() generates a log message that will be distributed by the system logger. For information on setting up a user defined log handler, see the syslog.conf (5) Unix manual page. More information on the syslog facilities and option can be found in the man pages for syslog (3) on Unix machines. 인수
반환값
성공 시 예제
Example #1 Using syslog()
<?php 주의On Windows NT, the syslog service is emulated using the Event Log.
|