The ReflectionFunction class
ReflectionFunction
&reftitle.intro;
The ReflectionFunction class reports
information about a function.
&reftitle.classsynopsis;
ReflectionFunction
ReflectionFunction
extends
ReflectionFunctionAbstract
Reflector
&Constants;
const
int
ReflectionFunction::IS_DEPRECATED
262144
&Properties;
public
name
&Methods;
&InheritedMethods;
&reftitle.properties;
name
Name of the function. Read-only, throws
ReflectionException in attempt to write.
&reftitle.constants;
ReflectionFunction Modifiers
ReflectionFunction::IS_DEPRECATED
Indicates deprecated functions.
&reference.reflection.entities.reflectionfunction;