downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

pspell_check> <pspell_add_to_personal
[edit] Last updated: Fri, 07 Jun 2013

view this page in

pspell_add_to_session

(PHP 4 >= 4.0.2, PHP 5)

pspell_add_to_session現在のセッションの単語リストに単語を追加する

説明

bool pspell_add_to_session ( int $dictionary_link , string $word )

pspell_add_to_session() は、 現在のセッションに関連する単語リストに単語を追加します。この関数は、 pspell_add_to_personal() に似ています。

パラメータ

dictionary_link

word

追加する単語。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes pspell_add_to_session - [1 notes]
up
0
admin at codefisher dot org
5 years ago
This function does not accept hyphenated words, which is kind of annoying.

 
show source | credits | sitemap | contact | advertising | mirror sites