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

search for in the

ReflectionExtension::getVersion> <ReflectionExtension::getINIEntries
[edit] Last updated: Fri, 24 May 2013

view this page in

ReflectionExtension::getName

(PHP 5)

ReflectionExtension::getName拡張モジュール名を取得する

説明

public string ReflectionExtension::getName ( void )

拡張モジュールの名前を取得します。

パラメータ

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

返り値

拡張モジュールの名前を返します。

例1 ReflectionExtension::getName() の例

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

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

string(6) "mysqli"

参考



add a note add a note User Contributed Notes ReflectionExtension::getName - [0 notes]
There are no user contributed notes for this page.

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