|
uopz_get_hookGets previously set hook on function or method Description
Closure uopz_get_hook(string
$function )Closure uopz_get_hook(string
$class , string $function )Gets the previously set hook on a function or method. Parameters
Return Values
Returns the previously set hook on a function or method, or ExamplesExample #1 Basic uopz_get_hook Usage
The above example will output something similar to: object(Closure)#2 (0) { } See Also
|