php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #49157 suggestion to improve pg_fetch_all documentation
Submitted: 2009-08-04 16:01 UTC Modified: 2009-11-16 11:53 UTC
From: tsingle at strongblackcoffee dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: osx
Private report: No CVE-ID: None
 [2009-08-04 16:01 UTC] tsingle at strongblackcoffee dot com
Description:
------------
In the user's guide page for pg_fetch_all, the "Return Values" section 
could be improved by stating something like:

For example, 

       pg_fetch_all(pg_query($dbh,"SELECT id, name FROM demotable"));

might return an array like:

       array(array(id => 1, name => 'one'),
             array(id => 2, name => 'two'));


Reproduce code:
---------------
---
From manual page: function.pg-fetch-all
---



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-16 11:53 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.


 [2009-11-16 12:21 UTC] svn@php.net
Automatic comment from SVN on behalf of vrana
Revision: http://svn.php.net/viewvc/?view=revision&revision=290813
Log: Example output (bug #49157)
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 23:00:01 2026 UTC