|
pspell_config_ignoreIgnore words less than N characters long Description
bool pspell_config_ignore(PSpell\Config
$config, int $min_length)pspell_config_ignore should be used on a config before calling pspell_new_config. This function allows short words to be skipped by the spell checker. Parameters
Return Values
Returns Changelog
Examples
Example #1 pspell_config_ignore |