php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #30632 Incorrect mysqli_stmt_fetch description
Submitted: 2004-10-31 20:27 UTC Modified: 2004-10-31 20:42 UTC
From: hans at nyphp dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2004-10-31 20:27 UTC] hans at nyphp dot com
Description:
------------
The documentation for mysqli_stmt_fetch() (as at http://us2.php.net/manual/en/function.mysqli-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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-31 20:42 UTC] didou@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 18:00:02 2025 UTC