About traversing folder details

Source: Internet
Author: User
Tags echo date
PHP written to traverse the folder program, how to traverse out the folder file details, such as filename, last modified time, file size information, ask for answers ~ ~


Reply to discussion (solution)

Paste out your Traverse folder program
Change it for you.

Paste out your Traverse folder program
Change it for you.

 
  ";            }        }    }    Closedir ($handle);} Responsedir (' d:/wamp/www/hqjd_y/upload ');? >

You're exporting the file name here.
echo "{$FolderOrFile}
";
You can also output additional information about the file
$FN = "$dir/$FolderOrFile";
echo filesize ($FN); File size
echo Date (' y-m-d h:i:s ', Filecime ($FN)); Creation time
echo Date (' y-m-d h:i:s ', Filemtime ($FN)); Last Modified Time

You're exporting the file name here.
echo "{$FolderOrFile}
";
You can also output additional information about the file
$FN = "$dir/$FolderOrFile";
echo filesize ($FN); File size
echo Date (' y-m-d h:i:s ', Filecime ($FN)); When created ...

Also want to ask, when traversing the file can let him in a certain order to traverse, for example, the time of the traverse to let the most recently added file display first

Here is a PHP folder traversal function, a little modification will be able to implement your function!

You can refer to: http://www.bacysoft.cn/thread-77-1-1.html

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.