close
define_syslog_variables(); //清空所有系統日誌
openlog("myscriptlog",log_pid|log_perror,log_user); //打開系統日誌
$access=date("y/m/d h:i:s"); //獲取日期
syslog(log_warning,"unauthorized client:$access $_server[remote_addr] ($_server[http_user_agent])"); //產生系統日誌
closelog(); //關閉日誌
全站熱搜
留言列表