PHP file listing multiple file extensions

$files = glob("*.{jpg,png,gif}", GLOB_BRACE);

Leave a Comment