PHP Conference Japan 2024

enchant_broker_free_dict

(PHP 5 >= 5.3.0,PHP 7,PHP 8,PECL enchant >= 0.1.0)

enchant_broker_free_dict釋放字典資源

警告

此函式已於 PHP 8.0.0 起不建議使用。強烈建議不要依賴此函式。

說明

#[\Deprecated]
enchant_broker_free_dict(EnchantDictionary $dictionary): bool

釋放字典。從 PHP 8.0.0 開始,建議取消設定物件而不是呼叫此函式。

參數

dictionary

enchant_broker_request_dict()enchant_broker_request_pwl_dict() 傳回的 Enchant 字典。

傳回值

成功時傳回 true,失敗時傳回 false

變更紀錄

版本 說明
8.0.0 此函式已被棄用,建議改為取消設定物件。
8.0.0 dictionary 現在預期為 EnchantDictionary;先前預期為 資源

參見

新增註記

使用者貢獻的註記

此頁面沒有使用者貢獻的註記。
To Top