]> granicus.if.org Git - php/commitdiff
fixed prototype for mysqli_bind_result
authorGeorg Richter <georg@php.net>
Sun, 28 Dec 2003 22:26:59 +0000 (22:26 +0000)
committerGeorg Richter <georg@php.net>
Sun, 28 Dec 2003 22:26:59 +0000 (22:26 +0000)
ext/mysqli/mysqli_api.c

index ca32c748a9d9ca49a9cfd21d4a01ed270e24b077..f142e4f6511db5747f04ee6e4f250ae2a9408bb0 100644 (file)
@@ -199,7 +199,7 @@ PHP_FUNCTION(mysqli_bind_param)
 }
 /* }}} */
 
-/* {{{ proto bool mysqli_bind_result(object stmt, mixed var, int len [,mixed,int....])
+/* {{{ proto bool mysqli_bind_result(object stmt, mixed var, [,mixed, ...])
    Bind variables to a prepared statement for result storage */
 
 /* TODO: