zend_version
(PHP 4, PHP 5, PHP 7, PHP 8)
zend_version — 現在の Zend Engine のバージョンを取得する
パラメータ
この関数にはパラメータはありません。
戻り値
Zend Engine のバージョン番号を文字列で返します。
例
例1 zend_version() の例
<?php
echo "Zend engine version: " . zend_version();
?>
上の例の出力は、 たとえば以下のようになります。
Zend engine version: 2.2.0
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google