ReflectionParameter::getDeclaringFunction

(PHP 5 >= 5.1.3, PHP 7, PHP 8)

ReflectionParameter::getDeclaringFunctionGets declaring function

Descrizione

public ReflectionParameter::getDeclaringFunction(): ReflectionFunctionAbstract

Gets the declaring function.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

A ReflectionFunction object.

Vedere anche:

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top