ALIAS
phpver()
ShortPHP reference for phpversion().
Signature
phpversion(?string $extension = null): string|false
Example
phpver(...);PHP equivalent
phpversion() is the canonical PHP function. ShortPHP provides phpver() as the convenience alias.
Extension: Core