array(string) get_dir(void|string dirname)
Returns an array of all filenames in the directory dirname , or 0 (zero) if the directory does not exist. When no dirname is given, current work directory is used.
0
mkdir() , cd()