PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

ReflectionFunction クラス | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

ReflectionFunction クラス

(PHP 5, PHP 7)

はじめに

ReflectionFunction クラスは 関数についての情報を報告します。

クラス概要

ReflectionFunction extends ReflectionFunctionAbstract implements Reflector {
/* 定数 */
const integer IS_DEPRECATED = 262144 ;
/* プロパティ */
public $name ;
/* メソッド */
public __construct ( mixed $name )
public static string export ( string $name [, string $return ] )
public Closure getClosure ( void )
public mixed invoke ([ mixed $parameter [, mixed $... ]] )
public mixed invokeArgs ( array $args )
public bool isDisabled ( void )
public string __toString ( void )
/* 継承したメソッド */
final private void ReflectionFunctionAbstract::__clone ( void )
public ReflectionClass ReflectionFunctionAbstract::getClosureScopeClass ( void )
public ReflectionExtension ReflectionFunctionAbstract::getExtension ( void )
public string ReflectionFunctionAbstract::getName ( void )
public ReflectionType ReflectionFunctionAbstract::getReturnType ( void )
abstract public void ReflectionFunctionAbstract::__toString ( void )
}

プロパティ

name

関数名。読み込み専用で、書き込もうとすると ReflectionException をスローします。

定義済み定数

ReflectionFunction の修飾子

ReflectionFunction::IS_DEPRECATED

非推奨の関数であることを示します。

目次


忘却曲線を使ってこの関数を確実に記憶に残す

フォーラムで「ReflectionFunction クラス」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | ReflectionFunction クラス」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: