ReflectionFunction::getClosure

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

ReflectionFunction::getClosureReturns a dynamically created closure for the function

Beschreibung

public ReflectionFunction::getClosure(): Closure

Get a dynamically created closure for the function.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns the newly created Closure.