PHP 8.5.0 Beta 1 available for testing

Voting

: four plus one?
(Example: nine)

The Note You're Voting On

Gregory Boshoff
20 years ago
If you are receiving the error message:
PSPELL couldn't open the dictionary. reason:
No word lists can be found for the language "en".

Add following lines prior to calling pspell_check:
$pspell_config = pspell_config_create("en");
$pspell_link = pspell_new_config($pspell_config);

<< Back to user notes page

To Top