php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #61639 improve mysql_fetch_array
Submitted: 2012-04-05 17:12 UTC Modified: 2012-04-07 19:28 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: appu at pappu dot com Assigned:
Status: Wont fix Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: appu at pappu dot com
New email:
PHP Version: OS:

 

 [2012-04-05 17:12 UTC] appu at pappu dot com
Description:
------------
it just says in description that"moves internal data pointer ahead" it is not stated how whether the pointer moves to next row or to the element in the row currently fetched.it should instead be said as
Description
"in case of multiple rows in $_result it fetches topmost row not fetched before and the pointer moves to next row which helps to fetch row next time on calling mysql_fetch_array" 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-04-07 19:28 UTC] frozenfire@php.net
The mysql extension has been soft-deprecated, so we're not putting much more work 
into refining the documentation for it. It is strongly recommended that you use 
the MySQLi or PDO-MySQL extensions for database manipulation. Please see 
http://php.net/manual/en/mysqlinfo.api.choosing.php
 [2012-04-07 19:28 UTC] frozenfire@php.net
-Status: Open +Status: Wont fix
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC