ReflectionFunction::getClosure
PHP Manual
PHP Manual»ReflectionFunction»ReflectionFunction::getClosure

ReflectionFunction::getClosure

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

ReflectionFunction::getClosureReturns a dynamically created closure for the function

Опис

public function ReflectionFunction::getClosure(): Closure

Get a dynamically created closure for the function.

Параметри

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

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

Returns the newly created Closure.

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

To Top