Php Get Files In Folder

[Solved] Php Get Files In Folder | Php - Code Explorer | yomemimo.com
Question : php get files in folder

Answered by : annoying-anaconda-8kbjc3nrutmd

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

Source : https://stackoverflow.com/questions/15774669/list-all-files-in-one-directory-php | Last Update : Fri, 03 Sep 21

Answers related to php get files in folder

Code Explorer Popular Question For Php