ReflectionFunction
PHP Manual

ReflectionFunction::getClosure

(No version information available, might only be in SVN)

ReflectionFunction::getClosureReturns a dynamically created closure for the function

Opis

public Closure ReflectionFunction::getClosure ( void )

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns Closure. Returns NULL in case of an error.


ReflectionFunction
PHP Manual