ReflectionMethod
PHP Manual

ReflectionMethod::getPrototype

(PHP 5)

ReflectionMethod::getPrototypeGets prototype

Descrierea

public void ReflectionMethod::getPrototype ( void )

Gets the methods prototype.

Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

Parametri

Această funcție nu are parametri.

Valorile întoarse

The prototype.

Erori/Excepții

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

Vedeți de asemenea


ReflectionMethod
PHP Manual