The ReflectionFunction class

(PHP 5, PHP 7)

Introducere

The ReflectionFunction class reports information about a function.

Sinopsisul clasei

ReflectionFunction extends ReflectionFunctionAbstract implements Reflector {
/* Constante */
const int IS_DEPRECATED = 262144 ;
/* Proprietăți */
public $name ;
/* Metode */
public __construct ( mixed $name )
public static export ( string $name , string $return = ? ) : string
public getClosure ( ) : Closure
public invoke ( mixed ...$args ) : mixed
public invokeArgs ( array $args ) : mixed
public isDisabled ( ) : bool
public __toString ( ) : string
/* Metode moștenite */
final private ReflectionFunctionAbstract::__clone ( ) : void
abstract public ReflectionFunctionAbstract::__toString ( ) : void
}

Proprietăți

name

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

Constante predefinite

ReflectionFunction Modifiers

ReflectionFunction::IS_DEPRECATED

Indicates deprecated functions.

Cuprins