|
phpversion(PHP 4, PHP 5) phpversion — Gets the current PHP version Описание
string phpversion
([ string $extension
] )
Returns a string containing the version of the currently running PHP parser or extension. Список параметров
Возвращаемые значения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. Примеры
Пример #1 phpversion() example
<?php
Пример #2 PHP_VERSION_ID example and usage
<?php Примечания
Смотрите также
|
|