update : 2015.11.03
php.shukuma.com검색:
|
ReflectionExtension::getVersion(PHP 5) ReflectionExtension::getVersion — Gets extension version 설명
public string ReflectionExtension::getVersion
( void
)
Gets the version of the extension. 인수이 함수는 인수가 없습니다. 반환값The version of the extension. 예제
Example #1 ReflectionExtension::getVersion() example
<?php 위 예제의 출력 예시: string(3) "0.1" |