摘要:
/** * 多进程确保写入一个文件成功,加锁进行 * @param $errorInfo * * @return bool */ function errorLog($errorInfo){ $file_prex = date('Y-m-d',time()); $file = $file_prex.'.log'; $fp = fopen("./log/".$f... 阅读全文
posted @ 2018-03-29 11:53
matengfei
阅读(208)
评论(0)
推荐(0)