php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #39243 ambiguous documentation of mysqli_fetch_row
Submitted: 2006-10-23 21:38 UTC Modified: 2007-01-01 16:19 UTC
From: dubaut at gmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: dubaut at gmail dot com
New email:
PHP Version: OS:

 

 [2006-10-23 21:38 UTC] dubaut at gmail dot com
Description:
------------
In the documentation of mysqli_fetch_row [http://www.php.net/manual/de/function.mysqli-fetch-row.php] says the summary the function returns NULL if ther is no more row, in the detail documentation is the return value for mo more rows FALSE.

Reproduce code:
---------------
Returns an array that corresponds to the fetched row, or ***NULL*** if there are no more rows.

mysqli_fetch_row() fetches one row of data from the result set represented by result and returns it as an enumerated array, where each column is stored in an array offset starting from 0 (zero). Each subsequent call to the mysqli_fetch_row() function will return the next row within the result set, or ***FALSE*** if there are no more rows.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-01 16:19 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.

Fixed by Bjori.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Sep 11 13:00:01 2025 UTC