georg Sat Jan 24 09:38:17 2004 EDT Modified files: /php-src/ext/mysqli mysqli_api.c Log: prototype fixes http://cvs.php.net/diff.php/php-src/ext/mysqli/mysqli_api.c?r1=1.59&r2=1.60&ty=u Index: php-src/ext/mysqli/mysqli_api.c diff -u php-src/ext/mysqli/mysqli_api.c:1.59 php-src/ext/mysqli/mysqli_api.c:1.60 --- php-src/ext/mysqli/mysqli_api.c:1.59 Thu Jan 8 03:16:25 2004 +++ php-src/ext/mysqli/mysqli_api.c Sat Jan 24 09:38:16 2004 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ - $Id: mysqli_api.c,v 1.59 2004/01/08 08:16:25 andi Exp $ + $Id: mysqli_api.c,v 1.60 2004/01/24 14:38:16 georg Exp $ */ #ifdef HAVE_CONFIG_H @@ -699,7 +699,7 @@ } /* }}} */ -/* {{{ proto int mysqli_fetch_field (object result) +/* {{{ proto object mysqli_fetch_field (object result) Get column information from a result and return as an object */ PHP_FUNCTION(mysqli_fetch_field) { @@ -731,7 +731,7 @@ } /* }}} */ -/* {{{ proto int mysqli_fetch_fields (object result) +/* {{{ proto array mysqli_fetch_fields (object result) Return array of objects containing field meta-data */ PHP_FUNCTION(mysqli_fetch_fields) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php