From 36b65c4ed0c0933cd45aad53dbd98c8b7667c0f7 Mon Sep 17 00:00:00 2001 From: Georg Richter Date: Sun, 28 Dec 2003 22:26:59 +0000 Subject: [PATCH] fixed prototype for mysqli_bind_result --- ext/mysqli/mysqli_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mysqli/mysqli_api.c b/ext/mysqli/mysqli_api.c index ca32c748a9..f142e4f651 100644 --- a/ext/mysqli/mysqli_api.c +++ b/ext/mysqli/mysqli_api.c @@ -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: -- 2.50.1