php批量设置IIS目录实例代码 作者: phpfans 时间: 2014-07-11 分类: php开发 没有评论 <?php //获取文件目录列表,该方法返回数组 function getDir($dir='') { $dir=emptyempty($dir) ? getcwd() : $dir; $dirArray[]=NULL; if (false != ($han... 阅读全文