ReflectionZendExtension クラス

(PHP 5 >= 5.4.0, PHP 7)

はじめに

クラス概要

ReflectionZendExtension implements Reflector {
/* プロパティ */
public $name ;
/* メソッド */
final private __clone ( void ) : void
public __construct ( string $name )
public static export ( string $name [, bool $return ] ) : string
public getAuthor ( void ) : string
public getCopyright ( void ) : string
public getName ( void ) : string
public getURL ( void ) : string
public getVersion ( void ) : string
public __toString ( void ) : string
}

プロパティ

name

拡張モジュール名。読み込み専用で、書き込もうとすると ReflectionException をスローします。

目次