php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32573 Incomplete documentation of mysqli_query command
Submitted: 2005-04-04 19:12 UTC Modified: 2005-05-02 09:24 UTC
Votes:1
Avg. Score:2.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: jmarbas at hotmail dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.0.3 OS: n/a
Private report: No CVE-ID: None
 [2005-04-04 19:12 UTC] jmarbas at hotmail dot com
Description:
------------
http://ca3.php.net/manual/en/function.mysqli-query.php

On the documentation for mysql_query you listed its syntax as below:

class mysqli { 
  mixed query (string query)
}

But you missed the resultmode parameter and it should read

class mysqli { 
  mixed query (string query[,int resultmode])
}


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-04 20:20 UTC] sean@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.

fixed by dmytton: http://news.php.net/php.doc/969367403
 [2005-05-02 09:17 UTC] jmarbas at hotmail dot com
Im looking at the page

http://ca3.php.net/manual/en/function.mysqli-query.php

and the bug is still there. I know there is a delay, but it is one month later.
 [2005-05-02 09:24 UTC] vrana@php.net
It is really fixed but the web manual build date is 31-03-2005 as you can check at http://www.php.net/manual/en/.

Derick, can you please rebuild the manual.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 09:01:33 2024 UTC