/ Published in: PHP
Alternative solution http://php.net/manual/en/function.glob.php
Expand |
Embed | Plain Text
while (false !== $file = $dir->read()) { // Skip index file and pointers continue; $files_arr[] = $file; }
You need to login to post a comment.
