]> granicus.if.org Git - php/commitdiff
prototype fixes
authorGeorg Richter <georg@php.net>
Sat, 24 Jan 2004 14:38:16 +0000 (14:38 +0000)
committerGeorg Richter <georg@php.net>
Sat, 24 Jan 2004 14:38:16 +0000 (14:38 +0000)
ext/mysqli/mysqli_api.c

index 8f167082d995df8f961081ff590eeaf0de4c81b8..abe17b55ed0ea5c8e0894880756d5c8d415d3e9b 100644 (file)
@@ -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) 
 {