zend_version
(PHP 4, PHP 5)
zend_version — 현재 젠드 엔진의 버전을 얻습니다
설명
string zend_version
( void
)
현재 실행 중인 젠드 엔진 버전을 가지는 문자열을 반환합니다.
반환값
젠드 엔진 버전을 문자열로 반환합니다.
예제
Example #1 zend_version() 예제
<?php
echo "젠드 엔진 버전: " . zend_version();
?>
위 예제의 출력 예시:
젠드 엔진 버전: 2.2.0
참고
- phpinfo() - Outputs lots of PHP information
- phpcredits() - Prints out the credits for PHP
- php_logo_guid() - Gets the logo guid
- phpversion() - Gets the current PHP version
zend_version
There are no user contributed notes for this page.
