摘要: <?php date_default_timezone_set ("PRC" ); function getFilePro($fileName){ if (!file_exists($fileName)){ echo "文件或目录{$fileName} 不存在<br>" ; return ; } else { echo "文件的类型".filetype($fileName). "<br>" ; } 阅读全文
posted @ 2019-08-08 13:53 浮尘微光 阅读(1317) 评论(0) 推荐(0)