runkit7_function_copy
PECL runkit7 >= Unknown
runkit7_function_copy - Copy a function to a new function name
Manual
runkit7_function_copy(
string$source_name,
string$target_name ): bool
Parameters
- source_name
-
Name of the existing function
- target_name
-
Name of the new function to copy the definition to
Return Values
Returns true on success or false on failure.