You are here: keithgreer.dev / blog / php / php glob
glob($string);
Return an array of pathnames matching a specific pattern.
// Find all CSV files in the /home/var/imports/ directory glob("/home/var/imports/hello-*.csv");