Closure::fromCallableConverts a callable into a closure. Beschreibung
public static Closure Closure::fromCallable
( callable
$callable
)
Create and return a new anonymous
function from given Parameter-Liste
Rückgabewerte
Returns the newly created Closure or throws a
TypeError if the |