php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #30633 Class for mysqli_prepare Incorrect
Submitted: 2004-10-31 20:36 UTC Modified: 2004-10-31 21:17 UTC
From: hans at nyphp dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2004-10-31 20:36 UTC] hans at nyphp dot com
Description:
------------
The class noted for mysqli_prepare() is correct, as at http://us2.php.net/manual/en/function.mysqli-prepare.php

It shows:

class stmt {

mixed prepare ( string query)

}

But should be:

class mysqli {

mixed prepare ( string query)

}


Hans



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-31 21:17 UTC] nlopess@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.
 [2020-02-07 06:11 UTC] phpdocbot@php.net
Automatic comment on behalf of nlopess
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=f74ddf0c21da4a929992fe70c39cb9d94bbfa26a
Log: fix #30633: typo in the classname
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 22:00:02 2025 UTC