Browse Source

fixed prototype for mysqli_bind_result

PEAR_1_4DEV
Georg Richter 23 years ago
parent
commit
36b65c4ed0
  1. 2
      ext/mysqli/mysqli_api.c

2
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:

Loading…
Cancel
Save