Dutch PHP Conference 2025 - Call For Papers

ReflectionParameter::getDeclaringFunction

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

ReflectionParameter::getDeclaringFunctionGets declaring function

Опис

public ReflectionParameter::getDeclaringFunction(): ReflectionFunctionAbstract

Gets the declaring function.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

A ReflectionFunction object.

Прогляньте також

add a note

User Contributed Notes

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