diff options
| author | Georg Richter <georg@php.net> | 2003-12-28 22:26:59 +0000 |
|---|---|---|
| committer | Georg Richter <georg@php.net> | 2003-12-28 22:26:59 +0000 |
| commit | 36b65c4ed0c0933cd45aad53dbd98c8b7667c0f7 (patch) | |
| tree | 938e5e19792395417de69c8f81de7d6e64ef6237 /ext | |
| parent | 287834a5afb72619013ebfd9ae481b911fdd150d (diff) | |
| download | php-git-36b65c4ed0c0933cd45aad53dbd98c8b7667c0f7.tar.gz | |
fixed prototype for mysqli_bind_result
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/mysqli/mysqli_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
