]> granicus.if.org Git - php/commitdiff
Fixed protos.
authorEgon Schmid <eschmid@php.net>
Tue, 9 Jan 2001 15:48:15 +0000 (15:48 +0000)
committerEgon Schmid <eschmid@php.net>
Tue, 9 Jan 2001 15:48:15 +0000 (15:48 +0000)
ext/iconv/iconv.c

index b28ecf3bf64a7084b7dc6942c9c79f04911b4896..50b2d020a4af2878f64309d0f6ac2b0028ca2142 100644 (file)
@@ -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)
 {