uopz_add_function
PECL uopz 5, PECL uopz 6, PECL uopz 7
uopz_add_function - Adds non-existent function or method
Manual
uopz_add_function(
string$function,
Closure$handler,
[intflags = ZEND_ACC_PUBLIC] ): bool
booluopz_add_function
stringclass
stringfunction
Closurehandler
intflagsZEND_ACC_PUBLIC
intalltrue
Parameters
- class
-
The name of the class.
- function
-
The name of the function or method.
- handler
-
The Closure that defines the new function or method.
- flags
-
Flags to set for the new function or method.
- all
-
Whether all classes that descend from class will also be affected.
Return Values
Returns true on success or false on failure.
Exceptions and Errors
uopz_add_function throws a RuntimeException if the function or method to add already exists.