Utilisation du fonction ‘scandir()’ pour lister le contenu d’un Répertoire

Author:
<?php
   print_r(scandir("./"));
?>