PHP funkce phpversion()
Dostupnost ve verzích: PHP 4.0
Gets the current PHP version
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$extension |
string |
null | An optional extension name. |
Návratové hodnoty
string
If the optional extension parameter is specified, phpversion returns the version of that extension, or false if there is no version information associated or the extension isn't enabled.