runkit7_function_rename

(PECL runkit7 >= Unknown)

runkit7_function_rename Change a function's name

Descrição

runkit7_function_rename(string $source_name, string $target_name): bool

Nota: Por padrão, apenas funções criadas pelo usuário podem ser removidas, renomeadas ou modificadas. Para sobrescrever funções internas, a configuração runkit.internal_override deve ser habilitada no php.ini.

Parâmetros

source_name

Current function name

target_name

New function name

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também

add a note add a note

User Contributed Notes

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