ALIAS
path()
ShortPHP reference for pathinfo().
Signature
pathinfo(string $path, int $flags = PATHINFO_ALL): array|string
Example
path(...);PHP equivalent
pathinfo() is the canonical PHP function. ShortPHP provides path() as the convenience alias.
Extension: Core