ALIAS
real()
ShortPHP reference for realpath().
Signature
realpath(string $filename): string|false
Example
real(...);PHP equivalent
realpath() is the canonical PHP function. ShortPHP provides real() as the convenience alias.
Extension: Core