php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #47912 PDOStatement Documentation Doesn't Mention queryString Property
Submitted: 2009-04-07 04:29 UTC Modified: 2009-11-19 11:15 UTC
From: tom at tomwardrop dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Windows
Private report: No CVE-ID: None
 [2009-04-07 04:29 UTC] tom at tomwardrop dot com
Description:
------------
The online documentation for PDOStatement (http://au.php.net/manual/en/class.pdostatement.php) doesn't mention the built-in "queryString" property. I found this property by accident by dumping a PDOStatement object via print_r().

This property can be very handy when extending the functionality of PDO and PDOStatement objects, and can assist in debugging.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-04-07 09:05 UTC] tom at tomwardrop dot com
My point? I think this should definitely be in the documentation as it's something I imagine anyone extending PDOStatement would want to take advantage of.
 [2009-11-19 11:15 UTC] svn@php.net
Automatic comment from SVN on behalf of vrana
Revision: http://svn.php.net/viewvc/?view=revision&revision=290978
Log: Document queryString (bug #47912)
 [2009-11-19 11:15 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.


 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 03:00:02 2026 UTC