php get files in folder

32

$files = array_diff(scandir($path), array('.', '..'));

Comments

Submit
0 Comments