ReflectionFunction クラス
(PHP 5)
導入
ReflectionFunction クラスは 関数についての情報を報告します。
クラス概要
プロパティ
- name
-
関数名。読み込み専用で、書き込もうとすると ReflectionException をスローします。
定義済み定数
ReflectionFunction の修飾子
-
ReflectionFunction::IS_DEPRECATED -
非推奨の関数であることを示します。
目次
- ReflectionFunction::__construct — ReflectionFunction オブジェクトを作成する
- ReflectionFunction::export — 関数をエクスポートする
- ReflectionFunction::getClosure — この関数に動的に作成されたクロージャを返す
- ReflectionFunction::invoke — 関数を起動する
- ReflectionFunction::invokeArgs — 引数を指定して関数を起動する
- ReflectionFunction::isDisabled — 関数が無効になっているかどうかを調べる
- ReflectionFunction::__toString — 文字列に変換する