update : 2015.11.03
php.shukuma.com

검색:
 
 
The ReflectionZendExtension class

The ReflectionZendExtension class

(PHP >= 5.4.0)

소개

클래스 개요

ReflectionZendExtension implements Reflector {
/* 프로퍼티 */
public $name ;
/* 메소드 */
final private void __clone ( void )
public __construct ( string $name )
public static string export ( string $name [, string $return ] )
public string getAuthor ( void )
public string getCopyright ( void )
public string getName ( void )
public string getURL ( void )
public string getVersion ( void )
public string __toString ( void )
}

프로퍼티

name

Name of the extension. Read-only, throws ReflectionException in attempt to write.

Table of Contents