downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

runkit> <zend_thread_id
[edit] Last updated: Fri, 17 May 2013

view this page in

zend_version

(PHP 4, PHP 5)

zend_version获取当前 Zend 引擎的版本

说明

string zend_version ( void )

获取当前运行的 Zend 引擎的版本字符串。

返回值

获取 Zend 引擎的版本数字的字符串。

范例

Example #1 zend_version() 例子

<?php
echo "Zend engine version: " zend_version();
?>

以上例程的输出类似于:

Zend engine version: 2.2.0

参见



add a note add a note User Contributed Notes zend_version - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites