您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. linux下删除7天前日志的代码(php+shell)

  2. shell 版本比较麻烦 关键我linux转换不熟悉
  3. 所属分类:其它

    • 发布日期:2020-10-28
    • 文件大小:21504
    • 提供者:weixin_38513665
  1. linux下删除7天前日志的代码(php+shell)

  2. PHP版本: 复制代码 代码如下: /** * 删除7天前的日志 * param $logPath */ function del7daysAgoLog($logPath) { if(empty($logPath))return; $handle = opendir($logPath); while(($file = readdir($handle)) !== false){ $pos = strpos($file, ‘.log’); if ($pos !== false && (strtoti
  3. 所属分类:其它

    • 发布日期:2021-01-20
    • 文件大小:31744
    • 提供者:weixin_38682279