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

search for in the

pspell_store_replacement> <pspell_new
[edit] Last updated: Fri, 17 May 2013

view this page in

pspell_save_wordlist

(PHP 4 >= 4.0.2, PHP 5)

pspell_save_wordlist個人の単語リストをファイルに保存する

説明

bool pspell_save_wordlist ( int $dictionary_link )

pspell_save_wordlist() は、 現在のセッションから個人の単語リストを保存します。 ファイルの位置は pspell_config_personal() および(オプションで) pspell_config_repl() で指定されている必要があります。

パラメータ

dictionary_link

pspell_new_personal() でオープンした辞書リンク ID。

返り値

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

例1 pspell_add_to_personal()

<?php
$pspell_config 
pspell_config_create("en");
pspell_config_personal($pspell_config"/tmp/dicts/newdict");
$pspell_link pspell_new_config($pspell_config);

pspell_add_to_personal($pspell_link"Vlad");
pspell_save_wordlist($pspell_link);
?>

注意

注意:

この関数は、pspell .11.2 および aspell .32.5 以降がない限り動作しないことに注意してください。



add a note add a note User Contributed Notes pspell_save_wordlist - [0 notes]
There are no user contributed notes for this page.

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