From: Egon Schmid Date: Tue, 9 Jan 2001 15:48:15 +0000 (+0000) Subject: Fixed protos. X-Git-Tag: php-4.0.5RC1~648 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6aef38f59002a436478ac0e5b35e09bfe042519c;p=php Fixed protos. --- diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index b28ecf3bf6..50b2d020a4 100644 --- a/ext/iconv/iconv.c +++ b/ext/iconv/iconv.c @@ -148,7 +148,7 @@ int php_iconv_string(char *in_p, char **out, char *in_charset, char *out_charset } /* {{{ proto string iconv(string in_charset, string out_charset, string str) - Returns str converted to the out_charset character set. + Returns str converted to the out_charset character set */ PHP_FUNCTION(iconv) { @@ -175,8 +175,7 @@ PHP_FUNCTION(iconv) } /* {{{ proto string ob_iconv_handler(string contents) - Returns str in output buffer converted to the iconv.output_encoding - character set. + Returns str in output buffer converted to the iconv.output_encoding character set */ PHP_FUNCTION(ob_iconv_handler) { @@ -202,7 +201,7 @@ PHP_FUNCTION(ob_iconv_handler) } /* {{{ proto bool iconv_set_encoding(string int_charset, string out_charset) - set internal encoding and output encoding for ob_iconv_handler(). + Sets internal encoding and output encoding for ob_iconv_handler() */ PHP_FUNCTION(iconv_set_encoding) {