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

search for in the

ReflectionExtension::__clone> <ReflectionZendExtension::__toString
[edit] Last updated: Sat, 07 Jan 2012

view this page in

The ReflectionExtension class

(PHP 5)

소개

The ReflectionExtension class reports information about an extension.

클래스 개요

ReflectionExtension implements Reflector {
/* 프로퍼티 */
/* 메소드 */
final private void ReflectionExtension::__clone ( void )
public static string ReflectionExtension::export ( string $name [, string $return = false ] )
public array ReflectionExtension::getClasses ( void )
public array ReflectionExtension::getClassNames ( void )
public array ReflectionExtension::getConstants ( void )
public array ReflectionExtension::getFunctions ( void )
public array ReflectionExtension::getINIEntries ( void )
public string ReflectionExtension::getName ( void )
public string ReflectionExtension::getVersion ( void )
public void ReflectionExtension::info ( void )
public void ReflectionExtension::isPersistent ( void )
public void ReflectionExtension::isTemporary ( void )
public string ReflectionExtension::__toString ( void )
}

프로퍼티

name

Name of the extension, same as calling the ReflectionExtension::getName() method.

Table of Contents



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

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