Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: zend_version - Manual
[go: Go Back, main page]

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

search for in the

POSIX" width="11" height="7"/> <PHP オプション/情報
Last updated: Sun, 25 Nov 2007

view this page in

zend_version

(PHP 4, PHP 5)

zend_version — 現在の Zend Engine のバージョンを取得する

説明

string zend_version ( void )

現在実行中の Zend Engine のバージョンを含む文字列を返します。

返り値

Zend Engine のバージョン番号を文字列で返します。

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
There are no user contributed notes for this page.

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