PHP マニュアル
関数リファレンス
変数・データ型関連
リフレクション
はじめに
例
拡張
Reflection
ReflectionClass
ReflectionClassConstant
ReflectionEnum
ReflectionEnumUnitCase
ReflectionEnumBackedCase
ReflectionZendExtension
ReflectionExtension
ReflectionFunction
ReflectionFunctionAbstract
ReflectionMethod
ReflectionNamedType
ReflectionObject
ReflectionParameter
ReflectionProperty
ReflectionType
ReflectionUnionType
ReflectionGenerator
ReflectionFiber
ReflectionIntersectionType
ReflectionReference
ReflectionAttribute
Reflector
ReflectionException
ReflectionEnumBackedCase::getBackingValue
ReflectionZendExtension::__clone
リフレクション
PHP マニュアル
ReflectionZendExtension クラス
はじめに
クラス概要
ReflectionZendExtension
implements
Reflector
/* プロパティ */
public
string
$name
;
/* メソッド */
public
__construct
(
string
$name
)
private
void
__clone
()
public
static
string
export
(
string
$name
,
bool
$return
= ?
)
public
string
getAuthor
()
public
string
getCopyright
()
public
string
getName
()
public
string
getURL
()
public
string
getVersion
()
public
string
__toString
()
プロパティ
name
拡張モジュール名。読み込み専用で、書き込もうとすると
ReflectionException
をスローします。
変更履歴
バージョン
説明
8.0.0
ReflectionZendExtension::export
は、削除されました。
目次
ReflectionZendExtension::__clone
— Clone のハンドラ
ReflectionZendExtension::__construct
— ReflectionZendExtension オブジェクトを作成する
ReflectionZendExtension::export
— エクスポート
ReflectionZendExtension::getAuthor
— 作者を取得する
ReflectionZendExtension::getCopyright
— 著作権情報を取得する
ReflectionZendExtension::getName
— 名前を取得する
ReflectionZendExtension::getURL
— URL を取得する
ReflectionZendExtension::getVersion
— バージョンを取得する
ReflectionZendExtension::__toString
— 文字列変換のハンドラ