Description
string
zend_version ( void )
Returns a string containing the version of the currently running
Zend Engine.
Пример 1. zend_version() example
<?php
echo "Zend engine version: " . zend_version();
?>
|
|
See also phpinfo(),
phpcredits(),
php_logo_guid(), and
phpversion().