Answers for "php dirpath multiple file extensions"

PHP
0

php dirpath multiple file extensions

$files = glob("/path/to/directory/*.{jpg,gif,png}", GLOB_BRACE);
print_r($files);
Posted by: Guest on October-25-2020

Browse Popular Code Answers by Language