1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Added a parameter type.

This commit is contained in:
Egon Schmid
2000-08-06 19:53:56 +00:00
parent 05684f2d86
commit c6569921d7
+1 -1
View File
@@ -72,7 +72,7 @@ PHP_MINIT_FUNCTION(pspell){
return SUCCESS;
}
/* {{{ proto int pspell_new(string language [, string spelling [, string jargon [, string encoding [, mode]]]])
/* {{{ proto int pspell_new(string language [, string spelling [, string jargon [, string encoding [, int mode]]]])
Load a dictionary */
PHP_FUNCTION(pspell_new){
zval **language,**spelling,**jargon,**encoding,**pmode;