时间:2021-07-01 10:21:17 帮助过:41人阅读
//创建缓存目录
$dir="cache";
[email protected]($dir);
if(!$fileDir){
echo '打开目录失败';
exit;
}
while(false!==([email protected]($fileDir))){
//跳过本目录以及上级目录
if ('.' === $file || '..' === $file) continue;
//获取文件后缀
$filetype=substr($file,strripos($file,".")+1);
//文件路径
$filepath=$dir.'/'.$file;
//判断是不是php文件,并判断是否存在
if($filetype=='php' && is_file($filepath)){
$handle = fopen($filepath,"r");
$contents.= fread($handle,filesize($filepath));
fclose($handle);
}
}
write('data.php',"");
$contents.= rtrim(ltrim(fread($handle,filesize($v)),'');
$dir = "cache";
$out = 'data.php';
file_put_contents($out);
foreach(glob("$dir/*.php") as $fn) {
file_put_contents($out, file_get_contents($fn), FILE_APPEND);
}
//获取文件后缀 并确定是否为php后缀
if(substr($file, -4)== '.php'){
.........
}