略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: zend_version

2024-04-29

zend_version

(PHP 4, PHP 5, PHP 7, PHP 8)

zend_version获取当前 Zend 引擎的版本

说明

zend_version(): string

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

返回值

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

范例

示例 #1 zend_version() 例子

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

以上例程的输出类似于:

Zend engine version: 2.2.0

参见

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.zend-version.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3