#!/usr/local/bin/php -f
read() ) ) {
$sCodeFile = $path . "/".$fileDirs;
if ( $fileDirs == "." || $fileDirs == ".." || preg_match("/".$disableDir."/", $fileDirs ) ) {
continue;
}
if ( ! is_dir( $sCodeFile ) && ! file_exists( $sCodeFile ) ) {
continue;
}
if ( preg_match( "/".$disableFile."/", $fileDirs ) ||
( ! is_dir( $sCodeFile ) && ! preg_match( "/".$ext."/", $fileDirs ) ) ) {
continue;
}
if ( is_dir( $sCodeFile ) ) {
getDir( $sCodeFile );
continue;
} else {
//echo $sCodeFile."\n";
echo iconv( "UTF-8", "GBK", "文件名: ").$fileDirs."\n";
//echo "文件名: ".$fileDirs."\n";
echoCode( $sCodeFile );
}
}
}
?> 0
0
本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门AI工具









