ReflectionMethod
PHP Manual

ReflectionMethod::getPrototype

(PHP 5)

ReflectionMethod::getPrototypeGets prototype

Opis

public void ReflectionMethod::getPrototype ( void )

Gets the methods prototype.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The prototype.

Błędy/Wyjątki

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

Zobacz też:


ReflectionMethod
PHP Manual