リフレクション
PHP Manual

ReflectionFunctionAbstract クラス

(PHP 5)

導入

ReflectionFunction の親クラスです。 詳細はこのクラスの説明を参照ください。

クラス概要

ReflectionFunctionAbstract implements Reflector {
/* プロパティ */
public $name ;
/* メソッド */
final private void __clone ( void )
public object getClosureThis ( void )
public string getDocComment ( void )
public int getEndLine ( void )
public ReflectionExtension getExtension ( void )
public string getExtensionName ( void )
public string getFileName ( void )
public string getName ( void )
public string getNamespaceName ( void )
public int getNumberOfParameters ( void )
public int getNumberOfRequiredParameters ( void )
public array getParameters ( void )
public string getShortName ( void )
public int getStartLine ( void )
public array getStaticVariables ( void )
public bool inNamespace ( void )
public bool isClosure ( void )
public bool isDeprecated ( void )
public bool isInternal ( void )
public bool isUserDefined ( void )
public bool returnsReference ( void )
abstract public void __toString ( void )
}

プロパティ

name

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

目次


リフレクション
PHP Manual