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

search for in the

POSIX> <PHP 옵션/정보
Last updated: Sun, 25 Nov 2007

view this page in

zend_version

(PHP 4, PHP 5)

zend_version — 현재 젠드 엔진의 버전을 얻습니다.

설명

string zend_version ( void )

현재 실행 중인 젠드 엔진 버전을 가지는 문자열을 반환합니다.

Example#1 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> <PHP 옵션/정보
Last updated: Sun, 25 Nov 2007
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites