suche nach in der

ReflectionParameter::allowsNull> <ReflectionObject::export
Last updated: Sat, 07 Jan 2012

view this page in

The ReflectionParameter class

(PHP 5)

Einführung

The ReflectionParameter class retrieves information about function's or method's parameters.

To introspect function parameters, first create an instance of the ReflectionFunction or ReflectionMethod classes and then use their ReflectionFunctionAbstract::getParameters() method to retrieve an array of parameters.

Klassenbeschreibung

ReflectionParameter implements Reflector {
/* Eigenschaften */
/* Methoden */
public bool ReflectionParameter::allowsNull ( void )
final private void ReflectionParameter::__clone ( void )
ReflectionParameter::__construct ( string $function , string $parameter )
public static string ReflectionParameter::export ( string $function , string $parameter [, bool $return ] )
public ReflectionClass ReflectionParameter::getClass ( void )
public ReflectionClass ReflectionParameter::getDeclaringClass ( void )
public ReflectionFunction ReflectionParameter::getDeclaringFunction ( void )
public string ReflectionParameter::getName ( void )
public bool ReflectionParameter::isArray ( void )
public bool ReflectionParameter::isOptional ( void )
public string ReflectionParameter::__toString ( void )
}

Eigenschaften

name

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

Inhaltsverzeichnis



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

ReflectionParameter::allowsNull> <ReflectionObject::export
Last updated: Sat, 07 Jan 2012