search
Homephp教程PHP源码PHP遍历某个目录下的文件

PHP遍历某个目录下的文件

PHP代码

<?php
   $num=0;    //用来记录目录下的文件个数
   $dirname=&#39;LAMP&#39;; //要遍历的目录名字
   $dir_handle=opendir($dirname);
 
   echo &#39;<table border="1" align="center" width="960px" cellspacing="0" cellpadding="0">&#39;;
   echo &#39;<caption><h2>目录&#39;.$dirname.&#39;下面的内容</h2></caption>&#39;;
   echo &#39;<tr align="left" bgcolor="#cccccc">&#39;;
   echo &#39;<th>文件名</th><th>文件大小</th><th>文件类型</th><th>修改时间</th></tr>&#39;;
   while($file=readdir($dir_handle))
   {
     if($file!="."&&$file!="..")
     {
        $dirFile=$dirname."/".$file;
        if($num++%2==0)    //隔行换色
            $bgcolor="#ffffff";
        else
            $bgcolor="#cccccc";
        echo &#39;<tr bgcolor=&#39;.$bgcolor.&#39;>&#39;;
        echo &#39;<td>&#39;.$file.&#39;</td>&#39;;
        echo &#39;<td>&#39;.filesize($dirFile).&#39;</td>&#39;;
        echo &#39;<td>&#39;.filetype($dirFile).&#39;</td>&#39;;
        echo &#39;<td>&#39;.date("Y/n/t",filemtime($dirFile)).&#39;</td>&#39;;
        echo &#39;</tr>&#39;;
     }
   }
   echo &#39;</table>&#39;;
   closedir($dir_handle);
   echo &#39;在<b>&#39;.$dirname.&#39;</b>目录下的子目录和文件共有<b>&#39;.$num.&#39;</b>个&#39;;
?>


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

Hot Tools

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.