runkit_function_rename

(PECL runkit >= 0.7.0)

runkit_function_rename Change a function's name

Опис

bool runkit_function_rename ( string $funcname , string $newname )

Зауваження: 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

Current function name

newname

New function name

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

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

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

add a note add a note

User Contributed Notes

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