Afficher la liste déroulante

file_exists()

« fgetss | file_get_contents »
<?php
$bool 
file_exists (
    
  // string $filename
);
?>
Résultat
$bool = true
Exemples
#1 file_exists  ("/home/micmap/cgi-bin/php-by-example/functions/f/file_exists.php")
#2 file_exists  ("/path/to/foo.txt")