PHP 函数:opendir()

打开目录 handle。

语法: int opendir(string path);

返回值: 整数

函数种类: 文件存取

内容说明
本函数用来打开目录资料流。返回的整数是可供其它目录函数操作的 handle。