php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #42168 add 1 line at mysql_fetch_object()
Submitted: 2007-08-01 15:21 UTC Modified: 2007-08-16 09:59 UTC
From: eveline dot preiss at cats4you dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
5 + 28 = ?
Subscribe to this entry?

 
 [2007-08-01 15:21 UTC] eveline dot preiss at cats4you dot de
Description:
------------
German documentation:
There shall be added at mysql_fetch_object() the same line as in mysql_fetch_row():
Wiederholtes Aufrufen von mysql_fetch_object() liefert den n?chsten Datensatz des Anfrageergebnisses oder FALSE, wenn keine weiteren Datens?tze verf?gbar sind.

Note: I'm new in PHP, but ran into the problem not to get all records in a while-loop, as nothing was documented at mysql_fetch_object() that the record-pointer is set to the next record when this statement is called repeatedly.

Thanks for your attention
Eveline Preiss


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-16 09:59 UTC] vrana@php.net
English documentation is correct. German documentation is outdated - we have another tools to find it out.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 14:01:29 2024 UTC