Alec Empire - SQUEEZE THE TRIGGER
Alec Empire (né en 1972) est un musicien allemand connu notamment pour être l'un des membres fondateurs du groupe Atari Teenage Riot...
$directory = "http://127.0.0.1/fuck.com/marvel/"; $directory = "http://fuck.com/ironman/"; $filecount = 0; $files = glob($directory . "*.png"); if ($files){ $filecount = count($files); } echo 'There were '.$filecount.' .png files.'; /* #where the "*" is you can change that to a specific filetype if you want like "*.jpg" or you could do multiple filetypes like this:
//glob($directory . "*.{jpg,png,gif}",GLOB_BRACE)
#the GLOB_BRACE flag expands {a,b,c} to match 'a', 'b', or 'c' */