ID: 33830 Updated by: [EMAIL PROTECTED] -Summary: Incorrect documentation on sqlite_fetch_all page Reported By: jmarbas at hotmail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: win xp 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. 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." Previous Comments: ------------------------------------------------------------------------ [2005-07-23 01:06:23] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33830&edit=1
