PHP 8.5.0 Alpha 1 available for testing

ReflectionParameter::getDeclaringFunction

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

ReflectionParameter::getDeclaringFunctionObtiene la función declarante

Descripción

public ReflectionParameter::getDeclaringFunction(): ReflectionFunctionAbstract

Obtiene la función declarante.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Un objeto ReflectionFunction.

Ver también

add a note

User Contributed Notes

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