Reflection
PHP Manual

The ReflectionFunction class

(PHP 5)

Wstęp

The ReflectionFunction class reports information about a function.

Krótki opis klasy

ReflectionFunction extends ReflectionFunctionAbstract implements Reflector {
/* Stałe */
const integer IS_DEPRECATED = 262144 ;
/* Właściwości */
public $name ;
/* Metody */
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 )
/* Metody dziedziczone */
final private void ReflectionFunctionAbstract::__clone ( void )
public ReflectionExtension ReflectionFunctionAbstract::getExtension ( void )
public string ReflectionFunctionAbstract::getName ( void )
abstract public void ReflectionFunctionAbstract::__toString ( void )
}

Właściwości

name

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

Stałe predefiniowane

ReflectionFunction Modifiers

ReflectionFunction::IS_DEPRECATED

Indicates deprecated functions.

Spis treści


Reflection
PHP Manual