例: 次のコード
コードをコピーします: & lt;? PHP // get timeNow
$ addtime = date ("ymd", time ()); ."/";
if(file_exists($testdir)):
else:
endif;
http://www.bkjia.com/PHPjc/736782.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/736782.html
技術記事
例は次のとおりです。 次のようにコードをコピーします。 ?php //Get timenow $addtime=date("Ymd",time()) //Creat Dir $testdir="./".$addtime."/" ; if(file_exists ($testdir)): else: mkdir($testdir,07...)