PHP: Vérifier si un élément est un répertoire

Author:





";
      return;
   }
   print "$f is ".(is_dir( $f )?"":"not ")."a directory
"; } ?>