PHP chdir() 函数 PHP Directory 函数 实例 改变当前的目录: <?php// […]
PHP chroot() 函数 PHP Directory 函数 实例 改变根目录: <?php// 改 […]
PHP closedir() 函数 PHP Directory 函数 实例 打开一个目录,读取它的内容,然后关 […]
PHP dir() 函数 PHP Directory 函数 实例 使用 dir() 函数: <?php$ […]
PHP getcwd() 函数 PHP Directory 函数 实例 获取当前工作目录: <?phpe […]
PHP opendir() 函数 PHP Directory 函数 实例 打开一个目录,读取它的内容,然后关闭 […]
PHP readdir() 函数 PHP Directory 函数 实例 打开一个目录,读取它的内容,然后关闭 […]
PHP rewinddir() 函数 PHP Directory 函数 实例 打开一个目录,列出其中的文件,重 […]
PHP scandir() 函数 PHP Directory 函数 实例 列出 images 目录中的文件和目 […]