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(); //關閉日誌

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 stockwfj3 的頭像
    stockwfj3

    程式設計@筆記

    stockwfj3 發表在 痞客邦 留言(0) 人氣()