Home > PHP > Function > Pspell > pspell_config_ignore()

pspell_config_ignore()

pspell_config_ignore - Ignore words less than N characters long

Syntax

bool pspell_config_ignore (int $dictionary_link, int $n)

Arguments

  • dictionary_link
  • n - Words less than n characters will be skipped.

Description

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.

Version

PHP 4.0.2, 5

Return value

Returns TRUE on success or FALSE on failure.