runkit_function_remove

(PECL)

runkit_function_remove --  Remove a function definition

說明

bool runkit_function_remove ( string funcname )

注: 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 the system-wide php.ini file.

參數

funcname

Name of function to be deleted

返回值

若果成功則返回 TRUE,失敗則返回 FALSE