Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Grab files matching particular file types in a directory

$files = array_merge(glob(storage_path("exports/*.xlsx")),glob(storage_path("exports/*.csv")));
Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #Grab #files #matching #file #types #directory
ADD COMMENT
Topic
Name
1+1 =