pspell_add_to_personal | PHP 4.0.2 |
int pspell_add_to_personal(int pspell, string word) |
|
Fügt ein Wort zu einer persönlichen Wortliste hinzu. |
pspell_add_to_session | PHP 4.0.2 |
int pspell_add_to_session(int pspell, string word) |
|
Fügt ein Wort zur aktuellen Session hinzu. |
pspell_check | PHP 4.0.2 |
int pspell_check(int pspell, string word) |
|
Gibt true zurück, wenn das angegebene Wort gültig ist. |
pspell_clear_session | PHP 4.0.2 |
int pspell_clear_session(int pspell) |
|
Löscht die aktuelle Session. |
pspell_config_create | PHP 4.0.2 |
int pspell_config_create(string language[, string spelling[, string jargon[, string encoding]]]) |
|
Erstellt eine neue Konfiguration, mit der später ein Manager erstellt werden kann. |
pspell_config_ignore | PHP 4.0.2 |
int pspell_config_ignore(int conf, int ignore) |
|
Ignoriert Wörter mit weniger als der angegebenen Anzahl von Buchstaben. |
pspell_config_mode | PHP 4.0.2 |
int pspell_config_mode(int conf, long mode) |
|
Wählt den Konfigurationsmodus aus (PSPELL_FAST, PSPELL_NORMAL oder PSPELL_BAD_SPELLERS). |
pspell_config_personal | PHP 4.0.2 |
int pspell_config_personal(int conf, string personal) |
|
Verwendet ein persönliches Wörterbuch für diese Konfiguration. |
pspell_config_repl | PHP 4.0.2 |
int pspell_config_repl(int conf, string repl) |
|
Verwendet ein persönliches Wörterbuch mit Ersetzungspaaren für diese Konfiguration. |
pspell_config_runtogether | PHP 4.0.2 |
int pspell_config_runtogether(int conf, bool runtogether) |
|
Behandelt zusammengeschriebene Wörter, zwischen denen eigentlich ein Leerzeichen stehen müsste, als gültige Wörter. |
pspell_config_save_repl | PHP 4.0.2 |
int pspell_config_save_repl(int conf, bool save) |
|
Speichert Ersetzungspaare, wenn eine persönliche Wortliste für diese Konfiguration gespeichert wird. |
pspell_new_config | PHP 4.0.2 |
int pspell_new_config(int config) |
|
Lädt ein Wörterbuch mit den Einstellungen der angegebenen Konfiguration. |
pspell_new_personal | PHP 4.0.2 |
int pspell_new_personal(string personal, string language[, string spelling[, string jargon[, string encoding[, int mode]]]]) |
|
Lädt ein Wörterbuch mit einer persönlichen Wortliste. |
pspell_new | PHP 4.0.2 |
int pspell_new(string language[, string spelling[, string jargon[, string encoding[, int mode]]]]) |
|
Lädt ein Wörterbuch. |
pspell_save_wordlist | PHP 4.0.2 |
int pspell_save_wordlist(int pspell) |
|
Speichert die aktuelle persönliche Wortliste. |
pspell_store_replacement | PHP 4.0.2 |
int pspell_store_replacement(int pspell, string misspell, string correct) |
|
Speichert eine vom Benutzer gewählte Ersetzung. |
pspell_suggest | PHP 4.0.2 |
array pspell_suggest(int pspell, string word) |
|
Gibt ein Array mit Vorschlägen zurück. |