|
uopz_set_hookSets hook to execute when entering a function or method Description
bool uopz_set_hook(string
$function, Closure $hook)bool uopz_set_hook(string
$class, string $function, Closure $hook)Sets a hook to execute when entering a function or method. Parameters
Return Values
Returns ExamplesExample #1 Basic uopz_set_hook Usage The above example will output: barfoo See Also
|