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 | my php.net

search for in the

POSIX 関数" width="11" height="7"/> <zend_logo_guid
Last updated: Mon, 05 Feb 2007
view this page in

zend_version

(PHP 4 >= 4.2.0, PHP 5)

zend_version — カレントの Zend エンジンのバージョンを取得する

説明

string zend_version ( void )

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

例 1747. zend_version() の例

<?php
// 例えば、'Zend engine version: 1.0.4' を出力
echo "Zend engine version: " . zend_version();
?>

phpinfo(), phpcredits(), php_logo_guid() phpversion()も参照ください。



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

POSIX 関数" width="11" height="7"/> <zend_logo_guid
Last updated: Mon, 05 Feb 2007
 
 
show source | credits | sitemap | contact | advertising | mirror sites