您好,欢迎访问一九零五行业门户网

php 改变文件目录上文件的后缀名

php 改变文件目录下文件的后缀名
?
?
changetypename(e:/bak/video/code/views, html, phtml);//改变文件目录下文件的后缀名function changetypename($path, $oldtypaname, $newtypename){ $path = glob://$path/*; $files = new directoryiterator($path); foreach ($files as $file) { $filerealpath = $file->getrealpath(); //文件绝对路径 $compresscssfilerealpath = str_replace(.$oldtypaname, .$newtypename, $filerealpath); rename($filerealpath, $compresscssfilerealpath); }}
??
?
其它类似信息

推荐信息