| didou@php.net 2004-10-31, 3:55 pm |
| ID: 30632
Updated by: didou@php.net
Reported By: hans at nyphp dot com
-Status: Open
+Status: Closed
Bug Type: Documentation problem
PHP Version: Irrelevant
New Comment:
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.
Thank you for the report, and for helping us make our documentation
better.
Previous Comments:
------------------------------------------------------------------------
[2004-10-31 20:27:04] hans at nyphp dot com
Description:
------------
The documentation for mysqli_stmt_fetch() (as at
http://us2.php.net/manual/en/functi...-stmt-fetch.php) is
incorrect and misleading regarding the return value of the function.
It states:
mysqli_stmt_fetch() returns row data using the variables bound by
mysqli_stmt_bind_result().
mysqli_stmt_fetch() doesn't return any row data; it only returns a
TRUE, FALSE, or NULL.
Hans
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30632&edit=1
|