|
zend_version(PHP 4, PHP 5) zend_version — Gets the version of the current Zend engine Описание
string zend_version
( void
)
Returns a string containing the version of the currently running Zend Engine. Возвращаемые значенияReturns the Zend Engine version number, as a string. Примеры
Пример #1 zend_version() example
<?php Результатом выполнения данного примера будет что-то подобное: Zend engine version: 2.2.0 Смотрите также
|
|