php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #33830 vrana
Submitted: 2005-07-23 01:06 UTC Modified: 2005-07-23 11:49 UTC
From: jmarbas at hotmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: win xp
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: jmarbas at hotmail dot com
New email:
PHP Version: OS:

 

 [2005-07-23 01:06 UTC] jmarbas at hotmail dot com
Description:
------------
on the page for sqlite_fetch_all:

http://us2.php.net/manual/en/function.sqlite-fetch-all.php

under the 'Return Values' section it states "Returns an array of the current row from a result set; FALSE if the current position is beyond the final row."

This should read "returns an array of the entire result set from a result set." which is in fact stated earlier on the web page.

Reproduce code:
---------------
n/a

Expected result:
----------------
see description


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-23 11:50 UTC] vrana@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.

It's a bit more complicated: "Returns an array of the remaining rows in a result set. If called right after sqlite_query(), it returns all rows. If called after sqlite_fetch_array(), it returns the rest. If there are no rows in a result set, it returns an empty array."
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 14:00:01 2025 UTC