|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| __construct (string $directory) | |
| getFilename () | |
| getExtension () | |
| getBasename (string $suffix="") | |
| isDot () | |
| rewind () | |
| valid () | |
| key () | |
| current () | |
| next () | |
| seek (int $offset) | |
| __toString () | |
Public Member Functions inherited from SplFileInfo | |
| getPath () | |
| getPathname () | |
| getPerms () | |
| getInode () | |
| getSize () | |
| getOwner () | |
| getGroup () | |
| getATime () | |
| getMTime () | |
| getCTime () | |
| getType () | |
| isWritable () | |
| isReadable () | |
| isExecutable () | |
| isFile () | |
| isDir () | |
| isLink () | |
| getLinkTarget () | |
| getRealPath () | |
| getFileInfo (?string $class=null) | |
| getPathInfo (?string $class=null) | |
| openFile (string $mode="r", bool $useIncludePath=false, $context=null) | |
| setFileClass (string $class=SplFileObject::class) | |
| setInfoClass (string $class=SplFileInfo::class) | |
| __debugInfo () | |
| _bad_state_ex () | |
Definition at line 107 of file spl_directory.stub.php.
| DirectoryIterator::__construct | ( | string | $directory | ) |
Reimplemented from SplFileInfo.
Definition at line 109 of file spl_directory.stub.php.
| DirectoryIterator::__toString | ( | ) |
@implementation-alias DirectoryIterator\getFilename
Reimplemented from SplFileInfo.
Definition at line 148 of file spl_directory.stub.php.
| DirectoryIterator::current | ( | ) |
@tentative-return-type
Implements Iterator.
Reimplemented in FilesystemIterator.
Definition at line 139 of file spl_directory.stub.php.
| DirectoryIterator::getBasename | ( | string | $suffix = "" | ) |
@tentative-return-type
Reimplemented from SplFileInfo.
Definition at line 118 of file spl_directory.stub.php.
| DirectoryIterator::getExtension | ( | ) |
@tentative-return-type
Reimplemented from SplFileInfo.
Definition at line 115 of file spl_directory.stub.php.
| DirectoryIterator::getFilename | ( | ) |
@tentative-return-type
Reimplemented from SplFileInfo.
Definition at line 112 of file spl_directory.stub.php.
| DirectoryIterator::isDot | ( | ) |
@tentative-return-type
Definition at line 121 of file spl_directory.stub.php.
| DirectoryIterator::key | ( | ) |
@tentative-return-type
Implements Iterator.
Reimplemented in FilesystemIterator.
Definition at line 133 of file spl_directory.stub.php.
| DirectoryIterator::next | ( | ) |
| DirectoryIterator::rewind | ( | ) |
@tentative-return-type
Implements Iterator.
Reimplemented in FilesystemIterator.
Definition at line 124 of file spl_directory.stub.php.
| DirectoryIterator::seek | ( | int | $offset | ) |
@tentative-return-type
Implements SeekableIterator.
Definition at line 145 of file spl_directory.stub.php.
| DirectoryIterator::valid | ( | ) |