Query: runkit_function_rename
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RUNKIT_FUNCTION_RENAME(3) 1 RUNKIT_FUNCTION_RENAME(3) runkit_function_rename - Change a function's nameSYNOPSISbool runkit_function_rename (string $funcname, string $newname)DESCRIPTIONNote By default, only userspace functions may be removed, renamed, or modified. In order to override internal functions, you must enable the runkit.internal_override setting in php.ini.PARAMETERSo $funcname - Current function name o $newname - New function nameRETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOrunkit_function_add(3), runkit_function_copy(3), runkit_function_redefine(3), runkit_function_remove(3). PHP Documentation Group RUNKIT_FUNCTION_RENAME(3)