pspell_save_wordlist
(PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8)
pspell_save_wordlist — 個人の単語リストをファイルに保存する
説明
pspell_save_wordlist() は、 現在のセッションから個人の単語リストを保存します。 ファイルの位置は pspell_config_personal() および(オプションで) pspell_config_repl() で指定されている必要があります。
変更履歴
バージョン | 説明 |
---|---|
8.1.0 |
引数 dictionary
は、PSpell\Dictionary
クラスのインスタンスを期待するようになりました。
これより前のバージョンでは、リソース を期待していました。
|
例
<?php
$pspell_config = pspell_config_create("en");
pspell_config_personal($pspell_config, "/tmp/dicts/newdict");
$pspell = pspell_new_config($pspell_config);
pspell_add_to_personal($pspell, "Vlad");
pspell_save_wordlist($pspell);
?>
注意
注意:
この関数は、pspell .11.2 および aspell .32.5 以降がない限り動作しないことに注意してください。
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google