ReflectionMethod
PHP Manual

ReflectionMethod::getPrototype

(PHP 5)

ReflectionMethod::getPrototypeGets prototype

Beschreibung

public void ReflectionMethod::getPrototype ( void )

Gets the methods prototype.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

The prototype.

Fehler/Exceptions

A ReflectionException exception is thrown if the method does not have a prototype.

Siehe auch


ReflectionMethod
PHP Manual