ReflectionFunction::getClosure

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

ReflectionFunction::getClosureReturns a dynamically created closure for the function

说明

public ReflectionFunction::getClosure(): Closure

Get a dynamically created closure for the function.

参数

此函数没有参数。

返回值

Returns the newly created Closure.

add a note

User Contributed Notes

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