suche nach in der

ReflectionFunction::__construct> <ReflectionExtension::__toString
Last updated: Sat, 07 Jan 2012

view this page in

The ReflectionFunction class

(PHP 5)

Einführung

The ReflectionFunction class reports information about a function.

Parent class ReflectionFunctionAbstract has the same methods except invoke(), invokeArgs(), export() and isDisabled().

Klassenbeschreibung

ReflectionFunction extends ReflectionFunctionAbstract implements Reflector {
/* Konstanten */
const integer IS_DEPRECATED = 262144 ;
/* Eigenschaften */
/* Methoden */
public static string ReflectionFunction::export ( string $name [, string $return ] )
public Closure ReflectionFunction::getClosure ( void )
public mixed ReflectionFunction::invoke ([ mixed $parameter [, mixed $... ]] )
public mixed ReflectionFunction::invokeArgs ( array $args )
public bool ReflectionFunction::isDisabled ( void )
public string ReflectionFunction::__toString ( void )
/* Geerbte Methoden */
final private void ReflectionFunctionAbstract::__clone ( void )
public ReflectionExtension ReflectionFunctionAbstract::getExtension ( void )
public string ReflectionFunctionAbstract::getName ( void )
abstract public void ReflectionFunctionAbstract::__toString ( void )
}

Eigenschaften

name

Name of the function. Read-only, throws ReflectionException in attempt to write.

Vordefinierte Konstanten

ReflectionFunction Modifiers

ReflectionFunction::IS_DEPRECATED

Indicates deprecated functions.

Inhaltsverzeichnis



add a note add a note User Contributed Notes
ReflectionFunction
There are no user contributed notes for this page.