From ed135edbdab475a68e32414b8f4c1d97d1c4a902 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sat, 24 Jan 2004 14:38:16 +0000 Subject: [PATCH] prototype fixes --- ext/mysqli/mysqli_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index 8f167082d9..abe17b55ed 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -699,7 +699,7 @@ PHP_FUNCTION(mysqli_fetch) } /* }}} */ -/* {{{ 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 @@ PHP_FUNCTION(mysqli_fetch_field) } /* }}} */ -/* {{{ 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) { -- 2.40.0