suche nach in der

ReflectionFunctionAbstract::__clone> <ReflectionFunction::__toString
Last updated: Sat, 07 Jan 2012

view this page in

The ReflectionFunctionAbstract class

(PHP 5)

Einführung

A parent class to ReflectionFunction, read its description for details.

Klassenbeschreibung

ReflectionFunctionAbstract implements Reflector {
/* Eigenschaften */
/* 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.

Inhaltsverzeichnis



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