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. Примеры
Пример #1 ReflectionExtension::getVersion() example
<?phpРезультатом выполнения данного примера будет что-то подобное: string(3) "0.1" |
||