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

search for in the

runkit> <zend_thread_id
[edit] Last updated: Sat, 07 Jan 2012

view this page in

zend_version

(PHP 4, PHP 5)

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

설명

string zend_version ( void )

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

반환값

젠드 엔진 버전을 문자열로 반환합니다.

예제

Example #1 zend_version() 예제

<?php
echo "젠드 엔진 버전: " zend_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 | stats | sitemap | contact | advertising | mirror sites