runkit7_function_remove

(PECL runkit7 >= Unknown)

runkit7_function_remove Remove a function definition

説明

runkit7_function_remove(string $funcname): bool

注意: デフォルトでは、 削除・リネーム・変更が可能なのはユーザー定義関数だけです。組み込み関数を オーバーライドするには、php.inirunkit.internal_override を有効にする必要があります。

パラメータ

funcname

Name of the 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