February 2013
Intermediate to advanced
538 pages
20h 55m
English
readdir
string readdir([resource handle])Returns the name of the next file in the directory referenced by
handle. If not specified,
handle defaults to the last directory
handle resource returned by opendir(). The order in which files in a
directory are returned by calls to readdir() is undefined. If there are no more
files in the directory to return, readdir() returns false.
Read now
Unlock full access