|
uopz_del_functionDeletes previously added function or method Description
bool uopz_del_function(string
$function)bool uopz_del_function(string
$class, string $function, int &$all = true)Deletes a previously added function or method. Parameters
Return Values
Returns Errors/Exceptionsuopz_del_function throws a RuntimeException if the function or method to delete has not been added by uopz_add_function. ExamplesExample #1 Basic uopz_del_function Usage The above example will output: bool(true) bool(false) See Also
|