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

search for in the

ReflectionExtension::info> <ReflectionExtension::getName
[edit] Last updated: Fri, 25 May 2012

view this page in

ReflectionExtension::getVersion

(PHP 5)

ReflectionExtension::getVersion拡張モジュールのバージョンを取得する

説明

public string ReflectionExtension::getVersion ( void )

拡張モジュールのバージョンを取得します。

パラメータ

この関数にはパラメータはありません。

返り値

拡張モジュールのバージョンを返します。

例1 ReflectionExtension::getVersion() の例

<?php
$ext 
= new ReflectionExtension('mysqli');
var_dump($ext->getVersion());
?>

上の例の出力は、 たとえば以下のようになります。

string(3) "0.1"

参考



add a note add a note User Contributed Notes ReflectionExtension::getVersion
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites