コードをコピー コードは次のとおりです:
//delfile("upload",10);
function delfile($dir,$n) //作成されたDIRパスを削除 N分前 すべてのファイル;
{
if(is_dir($dir))
{
if($dh=opendir($dir))
{
while (false !== ($file = readdir($dh)))
{If ($ file! = "." && $ file! = "..") {
$ fullpath = $ dir. "/"
if (! IS_DIR ($ fullpath)) {
//$filedate=date("Y-m-d", filemtime($fullpath)); $filedа $filedаа = / / / / / / / / / / /$d1 = / / /$d1 = strtotime(date ( "Y-m-d "));
$d1=strtotime(date("Y-m-d h:i:s")); /3600/24);
$Days=round(($d1-$d2)/60);
}
}
closedir($dh)
}
}
?>
http://www.bkjia.com/PHPjc/328190.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/328190.html
技術記事
次のようにコードをコピーします。 ?php //delfile("upload",10); function delfile($dir,$n) //DIR パス内にある N 分前に作成されたすべてのファイルを削除します。 ) { if($dh=opendir($dir))...