PHP Aspell functions [deprecated] Functions

EditRocket provides the following information on Aspell functions [deprecated] functions in the PHP source code builder.

bool aspell_check ( int $dictionary_link , string $word ) - aspell_check() checks the spelling of a word.

bool aspell_check_raw ( int $dictionary_link , string $word ) - aspell_check_raw() checks the spelling of a word, without changing its case or trying to trim it in any way.

int aspell_new ( string $master [, string $personal ] ) - aspell_new() opens up a new dictionary for use with the other aspell functions.

array aspell_suggest ( int $dictionary_link , string $word ) - aspell_suggest() suggest spellings for the given word.