• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • streamWrapper::dir_rewinddir()

    (PHP 4 >= 4.3.2, PHP 5, PHP 7)

    Rewind directory handle

    说明

    publicstreamWrapper::dir_rewinddir(void): bool

    This method is called in response torewinddir().

    Should reset the output generated bystreamWrapper::dir_readdir(). i.e.: The next call tostreamWrapper::dir_readdir()should return the first entry in the location returned bystreamWrapper::dir_opendir().

    参数

    此函数没有参数。

    返回值

    成功时返回TRUE,或者在失败时返回FALSE

    参见

    • rewinddir() 倒回目录句柄
    • streamWrapper::dir_readdir() Read entry from directory handle