andrey Mon Jun 16 09:32:00 2003 EDT Modified files: /php4/ext/iconv iconv.c Log: proto fix Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.88 php4/ext/iconv/iconv.c:1.89 --- php4/ext/iconv/iconv.c:1.88 Tue Jun 10 16:03:30 2003 +++ php4/ext/iconv/iconv.c Mon Jun 16 09:32:00 2003 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: iconv.c,v 1.88 2003/06/10 20:03:30 imajes Exp $ */ +/* $Id: iconv.c,v 1.89 2003/06/16 13:32:00 andrey Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1800,7 +1800,7 @@ } /* }}} */ -/* {{{ proto array iconv_get_encoding([string type]) +/* {{{ proto mixed iconv_get_encoding([string type]) Get internal encoding and output encoding for ob_iconv_handler() */ PHP_FUNCTION(iconv_get_encoding) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php