复制代码 代码如下:
<html>
<body>
<?php
date_default_timezone_t(‘asia/hong_kong’); //t颜料怎么办 time zone
t_error_handler(“myhandler”); //t error handler
$chinatime = date(‘y-m-d h:i:s’); //get current time
$max_size = 500000;
try
{
$content = “hello weixin!”;
logger2($content);
//throw new exception(“value must be 1 or below aaaaaaaaaaaaaaaaaaa”);
}
catch(exception $e)
{
logger2(“exception message: “.$e->getmessage());
}
//record operation log into .log file
function logger($log_content)
{
print_r(date(‘h:i:s’).” “.$log_content.”<br />”)lol牛头2连;
$log_filename = date(“ymd”).”.log”;
$file = fopen($log_filename ,”a+”);
fwrite($file, date(‘h:i:s’).” “.$log_content.”\r\n”);
fclo($file);
}
//record operation log into .log file
function logger2($log_c二年级上册语文期末考试卷ontent)
{
global $max_size;
print_r(date(‘h:i:s’).” “.$log_content.” “.”<br />”);
$log_filename = date(“ymd”).”.log”;
if(file_exists($log_filename) and (abs(filesize($log_filename)) > $max_size)){unlink($log_filename);sleep(1);}
file_put_contents红色格子衬衫($log_filename, date(‘h:i:s’).” “.$log路由器不能用怎么办_content.” “.”\r\n”, file_append);
}
//error handler function
function myhandler($level, $message, $file, $line, $context)
{
logger(“<b>[error]</b> level: $level, message: $message, file: $file, line: $line, content: $context”);
die();
}
?>
</body>
</html>
原文网址:http://txw1958.cnblogs.com/
本文发布于:2023-04-06 12:33:16,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/96ad5e3078d397f17f9e5afb5d92f28d.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:PHP中设置时区,记录日志文件的实现代码.doc
本文 PDF 下载地址:PHP中设置时区,记录日志文件的实现代码.pdf
留言与评论(共有 0 条评论) |