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() に似ています。
| バージョン | 説明 | 
|---|---|
| 8.1.0 | 引数 dictionaryは、PSpell\Dictionary
  クラスのインスタンスを期待するようになりました。
  これより前のバージョンでは、resource を期待していました。 | 
This function does not accept hyphenated words, which is kind of annoying.