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