enchant_dict_store_replacement
単語の修正候補を追加する
説明
void enchant_dict_store_replacement(EnchantDictionary $dictionary
, string $misspelled
, string $correct
)
パラメータ
-
dictionary
-
enchant_broker_request_dict
または
enchant_broker_request_pwl_dict
によって返される Enchant 辞書。
-
misspelled
-
修正する単語。
-
correct
-
正しい単語。
戻り値
成功した場合に true
を、失敗した場合に false
を返します。