|
phpversionGets the current PHP version Description
stringfalse phpversion(stringnull
$extension = null )Returns a string containing the version of the currently running PHP parser or extension. Parameters
Return Values
Returns the current PHP version as a string.
If a string argument is provided for
Changelog
Examples
Example #1 phpversion example
Example #2
Notes
|