Description
array
scandir ( string directory [, int sorting_order [, resource context]] )
Returns an array of files and directories from the
directory.
Return Values
Returns an array of filenames on success, or FALSE on
failure. If directory is not a directory, then
boolean FALSE is returned, and an error of level
E_WARNING is generated.