readdirRead entry from directory handle Description
stringfalse readdir(resourcenull
$dir_handle = null)Returns the name of the next entry in the directory. The entries are returned in the order in which they are stored by the filesystem. Parameters
Return Values
Returns the entry name on success, or Warning
This function may
return Boolean Changelog
ExamplesFor a complete example refer to the opendir documentation. See Also
|