Directory traversal function

Source: Internet
Author: User
Tags rewind
Traversal | function PHP Directory traversal function is also very common, but it has an "object-oriented" form, so also mention:

(1) dir, Opendir

Usage:

$d = Dir ("directory Name");

$handle = Opendir ("directory Name");

The former returns a directory object, which returns a directory handle. The former returns an object with handle and path two attributes, the first equivalent to the handle returned by Opendir, and the second is the directory name itself. Visit with $d->handle and $d->path.

 

(2) Read, Readdir, rewind, Rewinddir, close, Closedir

The first of each group in the three groups is a method of the directory object, called by the object-> method (), and the latter is a function, called by the function name (directory handle). Read is the next filename in the directory. Rewind is the first file name to return to the directory. Close is the directory that is closed and is no longer traversed.

 

(3) ChDir

Convert PHP's working directory.


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.