demo_func_filesystem_file_exists.php:
<!DOCTYPE html> <html> <body> <?php echo file_exists("webdictionary.txt"); ?> </body> </html>