ALIAS

isfile()

ShortPHP reference for is_file().

Signature

is_file(string $filename): bool

Example

isfile(...);

PHP equivalent

is_file() is the canonical PHP function. ShortPHP provides isfile() as the convenience alias.

Extension: Core

Official PHP manual ↗

Reference navigation

Previous: isdir()

Next: jdec()

Back to reference