rewinddir

(PHP 3, PHP 4, PHP 5)

rewinddir -- 倒回目录句柄

说明

void rewinddir ( resource dir_handle )

dir_handle 指定的目录流重置到目录的开头。

参数

dir_handle

目录句柄的 resource,之前由 opendir() 打开


add a note add a note User Contributed Notes
There are no user contributed notes for this page.