03 2014 档案
摘要://获取文件目录列表,该方法返回数组function getDir($dir) { $dirArray[]=NULL; if (false != ($handle = opendir ( $dir ))) { $i=0; while ( false !== ($file = readdir ( $handle )) ) { //去掉""."、".."以及带".xxx"后缀的文件 if ($file != "." && $file != ".."&&!st
阅读全文

浙公网安备 33010602011771号