search
Homephp教程php手册PHP自定义遍历目录下所有文件的方法

PHP自定义遍历目录下所有文件的方法

Jun 13, 2016 am 09:30 AM
headerphpdocumentmethodofcustomizeTraverse

PHP自定义遍历目录下所有文件的方法

<span>header('content-type:text/html;charset=utf-8');<br />/**<br /> *   方法一:使用readir()遍历目录<br /> */<br />function listDir($dir)<br />{<br />    if(is_dir($dir))<br />    {<br />        if($handle = opendir($dir))<br />        {<br />            while($file = readdir($handle))<br />            {<br />                if($file != '.' && $file != '..')<br />                {<br />                    if(is_dir($dir.DIRECTORY_SEPARATOR.$file))<br />                    {<br />                        echo '目录名:'.$dir.DIRECTORY_SEPARATOR.'<font color="red">'.$file.'</font><br />';<br />                        listDir($dir.DIRECTORY_SEPARATOR.$file);<br />                    }else{<br />                        echo '文件名:'.$dir.DIRECTORY_SEPARATOR.$file.'<br />';<br />                    }<br />                }<br />            }<br />        }<br />        closedir($handle);<br />    }else{<br />        echo '非有效目录!';<br />    }<br />}<br />listDir('./phpmyadmin');</span> 

 

<span>/**<br /> * 方法二:使用dir()遍历目录<br /> * dir()函数,成功时返回Directory类实例<br /> */<br />function</span> tree(<span>$dir</span><span>)
{
    </span><span>$mydir</span> = <span>dir</span>(<span>$dir</span><span>);
    </span><span>while</span>(<span>$file</span> = <span>$mydir</span>-><span>read())
    {
        </span><span>if</span>(<span>$file</span> != '.' && <span>$file</span> != '..'<span>)
        {
            </span><span>if</span>(<span>is_dir</span>("<span>$dir</span>/<span>$file</span>"<span>))
            {
                </span><span>echo</span> '目录名:'.<span>$dir</span>.DIRECTORY_SEPARATOR.'<font color="red">'.<span>$file</span>.'</font><br />'<span>;
                tree(</span>"<span>$dir</span>/<span>$file</span>"<span>);
            }</span><span>else</span><span>{
                </span><span>echo</span> '文件名:'.<span>$dir</span>.DIRECTORY_SEPARATOR.<span>$file</span>.'<br />'<span>;
            }
        }
    }
    </span><span>$mydir</span>-><span>close();
}
tree(</span>'./phpmyadmin');

黑眼诗人 : 更多PHP文件系统函数参考Filesystem函数

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Will R.E.P.O. Have Crossplay?
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools