From 6aef38f59002a436478ac0e5b35e09bfe042519c Mon Sep 17 00:00:00 2001 From: Egon Schmid Date: Tue, 9 Jan 2001 15:48:15 +0000 Subject: [PATCH] Fixed protos. --- ext/iconv/iconv.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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) { -- 2.50.1