|
uopz_unset_hookRemoves previously set hook on function or method Description
bool uopz_unset_hook(string
$function )bool uopz_unset_hook(string
$class , string $function )Removes the previously set hook on a function or method. Parameters
Return Values
Returns ExamplesExample #1 Basic uopz_unset_hook Usage
The above example will output: barfoo foo See Also
|