This function does not accept hyphenated words, which is kind of annoying.
(PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)
pspell_add_to_session — 現在のセッションの単語リストに単語を追加する
pspell_add_to_session() は、 現在のセッションに関連する単語リストに単語を追加します。この関数は、 pspell_add_to_personal() に似ています。
成功した場合に true
を、失敗した場合に false
を返します。
バージョン | 説明 |
---|---|
8.1.0 |
引数 dictionary
は、PSpell\Dictionary
クラスのインスタンスを期待するようになりました。
これより前のバージョンでは、リソース を期待していました。
|
This function does not accept hyphenated words, which is kind of annoying.