Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.hcs.cmc.msu.ru/php/function.zend-version.html
Дата изменения: Sun Feb 3 22:52:38 2002
Дата индексирования: Mon Oct 1 22:17:16 2012
Кодировка:
zend_version

zend_version

(PHP 4 >= 4.0.0)

zend_version -- Gets the version of the current Zend engine

Description

string zend_version ( (void);)

Returns a string containing the version of the currently running PHP parser.

Example 1. zend_version() Example

// prints e.g. 'Zend engine version: 1.0.4'
echo "Zend engine version: " . zend_version();

See also phpinfo(), phpcredits(), php_logo_guid(), and phpversion().