当前位置:编程学习 > php >>

php 取得zend_version 版本号

zend_version
( PHP 4中, PHP 5中)

zend_version -获取的版本目前的Zend engine

描述
字符串zend_version (无效)
返回一个字符串包含的版本当前正在运行Zend引擎。

返回值
返回Zend引擎版本号,作为一个字符串。

实例

例如# 1 zend_version ( )的例子

<?php
echo "Zend engine version: " . zend_version();
?>
The above example will output something similar to:

Zend engine version: 2.2.0

补充:Php教程,Php函数
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,