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

search for in the

ReflectionExtension::getVersion> <ReflectionExtension::getINIEntries
[edit] Last updated: Fri, 25 May 2012

view this page in

ReflectionExtension::getName

(PHP 5)

ReflectionExtension::getNameGets extension name

Beschreibung

public string ReflectionExtension::getName ( void )

Gets the extensions name.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The extensions name.

Beispiele

Beispiel #1 ReflectionExtension::getName() example

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

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

string(6) "mysqli"

Siehe auch



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

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