PHP 5 Directory 函数
PHP 教程
· 2019-01-21 17:43:47
PHP Directory 简介
Directory 函数允许您获得关于目录及其内容的信息。
安装
PHP Directory 函数是 PHP 核心的组成部分。无需安装即可使用这些函数。
PHP 5 Directory 函数
| 函数 | 描述 |
|---|---|
| chdir() | 改变当前的目录。 |
| chroot() | 改变根目录。 |
| closedir() | 关闭目录句柄。 |
| dir() | 返回 Directory 类的实例。 |
| getcwd() | 返回当前工作目录。 |
| opendir() | 打开目录句柄。 |
| readdir() | 返回目录句柄中的条目。 |
| rewinddir() | 重置目录句柄。 |
| scandir() | 返回指定目录中的文件和目录的数组。 |
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
Two Scoops of Django
Daniel Greenfeld、Audrey M. Roy / CreateSpace Independent Publishing Platform / 2013-4-16 / USD 29.95
Two Scoops of Django: Best Practices For Django 1.5 is chock-full of material that will help you with your Django projects. We'll introduce you to various tips, tricks, patterns, code snippets, and......一起来看看 《Two Scoops of Django》 这本书的介绍吧!