advanced code snippet search
freezy on 03/13/11
scandir
03/13/11 05:43am
1 person have marked this snippet as a favorite
mikael12
$files = array_diff(scandir($dir), array('.', '..'));
Report this snippet Tweet
Comment:
You need to login to post a comment.