February 2013
Intermediate to advanced
538 pages
20h 55m
English
scandir
array scandir(stringpath[, intsort_order[, resourcecontext]])
Returns an array of filenames existing at
path, in the streams context
context if provided, or false if an error occurred. The filenames
are sorted according to the sort_order
parameter, which is one of the following types:
| Sort ascending |
| Sort descending |
| Perform no sorting (the resulting order is undefined) |
Read now
Unlock full access