php代码
云优YUNUCMS企业网站管理系统三网合一,跨平台兼容,让企业快速、高效的展示在广大客户面前,为企业带来更多潜在客户,提升企业曝光率和品牌影响力。 云优YUNUCMS企业网站管理系统 1.1.2 更新日志:2018-08-02 [新增]表单邮件提醒增加携带变量; [新增]htm和txt格式站点地图文件,每次登录后台自动生成; [新增]数据统计主菜单; [新增]集成平台主词排名监控;
829
function write($message,$level='ERROR',$type=3,$destination='',$extra='') {
$LOG_PATH = './';
$LOG_FILE_SIZE = 100;
$now = date('[ c ]');
$type = $type?$type:3;
if($type == 3) { // 文件方式记录日志
if(empty($destination))
$destination = $LOG_PATH.date('y-m-d').'.log';
//检测日志文件大小,超过配置大小则备份日志文件重新生成
if(is_file($destination) && floor($LOG_FILE_SIZE) <= filesize($destination) )
rename($destination,dirname($destination).'/'.basename($destination).'-'.time().'.log');
}
error_log("{$now} {$level}: {$message}\r\n", $type,$destination,$extra );
//clearstatcache();
}
write('dd');
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号