(PHP 4, PHP 5)
Returns a string containing the version of the currently running Zend Engine.
Returns the Zend Engine version number, as a string.
Example 1. zend_version() example
<?phpecho "Zend engine version: " . zend_version();?>
The above example will output something similar to:
Zend engine version: 2.2.0