Better PHP Documentation
opinionated
Open main menu
Get Started
Documentation
Community
Training
Better PHP Documentation
Close menu
Get Started
Documentation
Community
Training
Log in
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Pspell
はじめに
警告
この拡張モジュールは、PHP 8.4.0 以降では
非推奨
となり、PHP にも
バンドルされません
。
これらの関数により、単語のスペルチェックを行い、修正案を提案させる ことが可能となります。
インストール/設定
要件
インストール手順
リソース型
定義済み定数
Pspell 関数
pspell_add_to_personal
— ユーザーの単語リストに単語を追加する
pspell_add_to_session
— 現在のセッションの単語リストに単語を追加する
pspell_check
— 単語をチェックする
pspell_clear_session
— 現在のセッションをクリアする
pspell_config_create
— 辞書をオープンする際に使用する設定を作成する
pspell_config_data_dir
— 言語のデータファイルの場所
pspell_config_dict_dir
— メイン単語リストの場所
pspell_config_ignore
— 長さが N 文字未満の単語を無視する
pspell_config_mode
— 返される提案の数のモードを変更する
pspell_config_personal
— 個人の単語リストを保持するファイルを設定する
pspell_config_repl
— 置換候補を保持するファイルを設定する
pspell_config_runtogether
— 複合語を有効な単語の組み合わせとして考慮する
pspell_config_save_repl
— 単語リストと共に置換リストを保存するかどうかを定義する
pspell_new
— 新規辞書をロードする
pspell_new_config
— 指定した設定に基づき新規辞書をロードする
pspell_new_personal
— 個人の単語リストを有する新規辞書をロードする
pspell_save_wordlist
— 個人の単語リストをファイルに保存する
pspell_store_replacement
— 単語を置換する組を保存する
pspell_suggest
— 単語のスペルについて修正候補を示す
PSpell\Dictionary
— PSpell\Dictionary クラス
PSpell\Config
— PSpell\Config クラス
Found A Problem?
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.
0
pcntl_sigtimedwait
Waits for signals, with a timeout
0
similar_text
Calculate the similarity between two strings
0
boolval
Get the boolean value of a variable
0
curl_multi_close
Close a set of cURL handles
0
imap_body
Read the message body
0
mb_strpos
Find position of first occurrence of string in a string
0
pg_send_prepare
Sends a request to create a prepared statement with the given parameters, without waiting for completion
0
swoole_native_socket_bind
0
Arr::prependKeysWith
0
zend_version
Gets the version of the current Zend engine
^