mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
corrected class names (result -> mysqli_result, stmt -> mysqli_stmt)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153567 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
30e2d00114
commit
3397580dec
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<reference id='ref.mysqli'>
|
||||
<title>Improved MySQL Extension</title>
|
||||
<titleabbrev>mysqli</titleabbrev>
|
||||
|
@ -193,7 +193,7 @@
|
|||
</section>
|
||||
|
||||
<section id='mysqli.classes.stmt'>
|
||||
<title><classname>stmt</classname></title>
|
||||
<title><classname>mysqli_stmt</classname></title>
|
||||
<para>
|
||||
Represents a prepared statement.
|
||||
</para>
|
||||
|
@ -258,7 +258,7 @@
|
|||
</section>
|
||||
|
||||
<section id='mysqli.classes.result'>
|
||||
<title><classname>result</classname></title>
|
||||
<title><classname>mysqli_result</classname></title>
|
||||
<para>
|
||||
Represents the result set obtained from a query against the database.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue