ReflectionZendExtension クラス
(PHP >= 5.4.0)
導入
クラス概要
ReflectionZendExtension
implements
Reflector
{
/* プロパティ */
public
$name
;
/* メソッド */
__construct
( string
}$name
)プロパティ
- name
-
拡張モジュール名。読み込み専用で、書き込もうとすると ReflectionException をスローします。
目次
- ReflectionZendExtension::__clone — Clone のハンドラ
- ReflectionZendExtension::__construct — コンストラクタ
- ReflectionZendExtension::export — エクスポート
- ReflectionZendExtension::getAuthor — 作者を取得する
- ReflectionZendExtension::getCopyright — 著作権情報を取得する
- ReflectionZendExtension::getName — 名前を取得する
- ReflectionZendExtension::getURL — URL を取得する
- ReflectionZendExtension::getVersion — バージョンを取得する
- ReflectionZendExtension::__toString — 文字列変換のハンドラ