php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
close () | |
rewind () | |
read () | |
Data Fields | |
readonly string | $path |
readonly mixed | $handle |
Definition at line 90 of file dir.stub.php.
Directory::close | ( | ) |
@tentative-return-type @implementation-alias closedir
Definition at line 101 of file dir.stub.php.
Directory::read | ( | ) |
@tentative-return-type @implementation-alias readdir
Definition at line 113 of file dir.stub.php.
Directory::rewind | ( | ) |
@tentative-return-type @implementation-alias rewinddir
Definition at line 107 of file dir.stub.php.
readonly mixed Directory::$handle |
Definition at line 95 of file dir.stub.php.
readonly string Directory::$path |
Definition at line 92 of file dir.stub.php.