ALIAS
exists()
ShortPHP reference for file_exists().
Signature
file_exists(string $filename): bool
Example
exists(...);PHP equivalent
file_exists() is the canonical PHP function. ShortPHP provides exists() as the convenience alias.
Extension: Core