}
/* }}} */
-/* {{{ proto resource aspell_new(string master [, string personal])
+/* {{{ proto int aspell_new(string master [, string personal])
Load a dictionary */
PHP_FUNCTION(aspell_new)
{
}
/* }}} */
-/* {{{ proto array aspell_suggest(resource aspell, string word)
+/* {{{ proto array aspell_suggest(aspell int, string word)
Return array of Suggestions */
PHP_FUNCTION(aspell_suggest)
{
}
/* }}} */
-/* {{{ proto bool aspell_check(resource aspell, string word)
+/* {{{ proto int aspell_check(aspell int, string word)
Return if word is valid */
PHP_FUNCTION(aspell_check)
{
}
/* }}} */
-/* {{{ proto int aspell_check_raw(resource aspell, string word)
+/* {{{ proto int aspell_check_raw(aspell int, string word)
Return if word is valid, ignoring case or trying to trim it in any way */
PHP_FUNCTION(aspell_check_raw)
{