Function DebugFsStreamWrapper->dir_readdir
Definitions
sources/debug_fs.php
- Read entry from directory handle.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Returns
- Next filename (false: error)
- Type: ~string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Read entry from directory handle.
*
* @return ~string Next filename (false: error)
*/
public function dir_readdir()
* Read entry from directory handle.
*
* @return ~string Next filename (false: error)
*/
public function dir_readdir()