PHP » GoLang |
login |
register |
about
|
file_exists(PHP 4, PHP 5, PHP 7) file_exists — Checks whether a file or directory exists Description
bool file_exists
( string
$filename
)Checks whether a file or directory exists. Parameters
Return Values
Returns
Warning
This function returns
Examples
Example #1 Testing whether a file exists
<?php Errors/Exceptions
Upon failure, an Notes
Tip
As of PHP 5.0.0, this function can also be used with some URL wrappers. Refer to Supported Protocols and Wrappers to determine which wrappers support stat() family of functionality. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|