Directory Traversal function

Source: Internet
Author: User
The Directory Traversal function in PHP is also very common, but it has an "object-oriented" form, so I also mention:
(1) dir, opendir
Usage:
$ D = dir ("directory name ");
$ Handle = opendir ("directory name ");
The former returns a directory object, and the latter returns a directory handle. the former returns two attributes: handle and path. The first is equivalent to the handle returned by opendir, and the second is the directory name. $ d-> handle and $ d-> path are used for access.

(2) read, readdir, rewind, rewinddir, close, closedir
The first method in each group in the three groups is the directory object method, which is called by "object-> method ()", and the last one is the function, which is called by "function name (Directory handle. read is the next file name in the returned directory. rewind is the first file name to return to the directory. close is to close the directory and stop traversing.

(3) chdir
Convert the working directory of PHP.

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.