ReflectionFunction
PHP Manual

ReflectionFunction::getClosure

(PHP >= 5.4.0)

ReflectionFunction::getClosureReturns a dynamically created closure for the function

Descrizione

public Closure ReflectionFunction::getClosure ( void )

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns Closure. Returns NULL in case of an error.


ReflectionFunction
PHP Manual