显示下拉菜单

file_exists()

« fgetss | file_get_contents »
<?php
$bool 
file_exists (
    
  // string $filename
);
?>
结果
$bool = false
示例
#1 file_exists  ("/home/micmap/cgi-bin/php-by-example/functions/f/file_exists.php")
#2 file_exists  ("/path/to/foo.txt")