Reflection
PHP Manual

The ReflectionFunction class

Введение

The ReflectionFunction class reports information about a function.

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

Обзор классов

ReflectionFunction extends ReflectionFunctionAbstract implements Reflector {
/* Константы */
const integer ReflectionFunction::IS_DEPRECATED = 262144 ;
/* Свойства */
public $name ;
/* Методы */
__construct ( mixed $name )
public static string export ( string $name [, string $return ] )
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 ReflectionExtension ReflectionFunctionAbstract::getExtension ( void )
public string ReflectionFunctionAbstract::getName ( void )
abstract public void ReflectionFunctionAbstract::__toString ( void )
}

Свойства

name

Prop description

Предопределенные константы

ReflectionFunction Node Types

ReflectionFunction::IS_DEPRECATED

Description here...

Содержание


Reflection
PHP Manual