runkit_function_remove

(PECL runkit >= 0.7.0)

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 php.ini.

Параметри

funcname

Name of function to be deleted

Значення, що повертаються

Повертає TRUE в успішному випадку або FALSE в разі помилки.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top