codice:$cagnacci = scandir($nomeDirectory); $numeroCagnacci = count($cagnacci); $cagnaccioRandom = rand(0, $numeroCagnacci - 1); $nomeCagnaccio = $cagnacci[$cagnaccioRandom];
codice:$cagnacci = scandir($nomeDirectory); $numeroCagnacci = count($cagnacci); $cagnaccioRandom = rand(0, $numeroCagnacci - 1); $nomeCagnaccio = $cagnacci[$cagnaccioRandom];
There are 10 types of people in the world - those who understand binary and those who don't.