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 Jun 2011

view this page in

ReflectionExtension::getName

(PHP 5)

ReflectionExtension::getNameدریافت نام ضمیمه

Description

public string ReflectionExtension::getName ( void )

دریافت نام ضمیمه.

Parameters

This function has no parameters.

Return Values

نام ضمیمه.

Examples

Example #1 مثال ReflectionExtension::getName()

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

The above example will output something similar to:

string(6) "mysqli"

See Also



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