ReflectionFunctionAbstract::getClosureUsedVariables
Returns an array of the used variables in the Closure
&reftitle.description;
public arrayReflectionFunctionAbstract::getClosureUsedVariables
Returns an &array; of the used variables in the Closure.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns an &array; of the used variables in the Closure.
&reftitle.examples;
ReflectionFunctionAbstract::getClosureUsedVariables example
getClosureUsedVariables());
?>
]]>
&example.outputs.similar;
int(1)
["two"]=>
int(2)
}
]]>
&reftitle.seealso;
ReflectionFunctionAbstract::getClosureScopeClass
ReflectionFunctionAbstract::getClosureThis