Answers for "search for file name in file php"

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

Code answers related to "search for file name in file php"

Browse Popular Code Answers by Language