search
Homephp教程PHP源码PHP如何批量修改文件的后缀名

PHP如何批量修改文件的后缀名

May 25, 2016 pm 05:13 PM
phpFile extension

这篇文章主要讲了PHP如何批量修改文件的后缀名,有一定的参考价值,感兴趣的朋友可以看看。

<?php
function foreachDir($path){
    $handle=opendir($path);
    if($handle){
        while (false !== ($file = readdir($handle))) {
            if($file!="." && $file!=&#39;..&#39;){
                if(is_dir($path.$file)){
                    echo $path.$file."
"; 
                    foreachDir($path.$file);
                }else{
                    echo "--".$path."/".$file."
";
                    $ext = strripos($file,&#39;.&#39;);
                    $aaa = substr($file,0,$ext);
                    rename($path.&#39;/&#39;.$file,$path.&#39;/&#39;.$aaa.&#39;.JPG&#39;);
                    // die();
                }
            }
        }
        return false;
    }
}
foreachDir(&#39;D:\xampp\htdocs\TNF2&#39;);

【相关教程推荐】

1. php编程从入门到精通全套视频教程
2. php从入门到精通
3. bootstrap教程

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment