Complete PHP Filesystem Reference
The file_exists() function checks whether or not a file or directory exists.
This function returns TRUE if the file or directory exists, otherwise it returns FALSE.
| Parameter | Description |
|---|---|
| path | Required. Specifies the path to check |
The output of the code above will be:
Complete PHP Filesystem Reference
Your message has been sent to W3Schools.