mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
MySQLi uses lowercase class names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321998 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
91183f9916
commit
06b9ee7046
10 changed files with 26 additions and 26 deletions
|
@ -426,7 +426,7 @@
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
<classname>MySQLi_Result</classname> now implements
|
||||
<classname>mysqli_result</classname> now implements
|
||||
<classname>Traversable</classname>.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
|
|
@ -140,7 +140,7 @@ $mysqli->close();
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><link linkend="mysqli-driver.props.report-mode">MySQLi_Driver::$report_mode</link></member>
|
||||
<member><link linkend="mysqli-driver.props.report-mode">mysqli_driver::$report_mode</link></member>
|
||||
<member><function>mysqli_debug</function></member>
|
||||
<member><function>mysqli_dump_debug_info</function></member>
|
||||
</simplelist>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.mysqli" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>The MySQLi class</title>
|
||||
<titleabbrev>MySQLi</titleabbrev>
|
||||
<title>The mysqli class</title>
|
||||
<titleabbrev>mysqli</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
||||
|
@ -20,12 +20,12 @@
|
|||
|
||||
<!-- {{{ Synopsis -->
|
||||
<classsynopsis>
|
||||
<ooclass><classname>MySQLi</classname></ooclass>
|
||||
<ooclass><classname>mysqli</classname></ooclass>
|
||||
|
||||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
<classname>MySQLi</classname>
|
||||
<classname>mysqli</classname>
|
||||
</ooclass>
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
<para>
|
||||
Returns &false; on failure. For successful <literal>SELECT, SHOW, DESCRIBE</literal> or
|
||||
<literal>EXPLAIN</literal> queries <function>mysqli_query</function> will return
|
||||
a <classname>MySQLi_Result</classname> object. For other successful queries <function>mysqli_query</function> will
|
||||
a <classname>mysqli_result</classname> object. For other successful queries <function>mysqli_query</function> will
|
||||
return &true;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.mysqli-driver" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>The MySQLi_Driver class</title>
|
||||
<titleabbrev>MySQLi_Driver</titleabbrev>
|
||||
<title>The mysqli_driver class</title>
|
||||
<titleabbrev>mysqli_driver</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
||||
|
@ -20,12 +20,12 @@
|
|||
|
||||
<!-- {{{ Synopsis -->
|
||||
<classsynopsis>
|
||||
<ooclass><classname>MySQLi_Driver</classname></ooclass>
|
||||
<ooclass><classname>mysqli_driver</classname></ooclass>
|
||||
|
||||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
<classname>MySQLi_Driver</classname>
|
||||
<classname>mysqli_driver</classname>
|
||||
</ooclass>
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
|
@ -72,7 +72,7 @@
|
|||
<!-- }}} -->
|
||||
|
||||
</section>
|
||||
<!-- {{{ MySQLi_Driver properties -->
|
||||
<!-- {{{ mysqli_driver properties -->
|
||||
<section xml:id="mysqli-driver.props">
|
||||
&reftitle.properties;
|
||||
<variablelist>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.mysqli-result" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>The MySQLi_Result class</title>
|
||||
<titleabbrev>MySQLi_Result</titleabbrev>
|
||||
<title>The mysqli_result class</title>
|
||||
<titleabbrev>mysqli_result</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
<row>
|
||||
<entry>5.4.0</entry>
|
||||
<entry>
|
||||
<classname>Iterator</classname> support was added, as <classname>MySQLi_Result</classname>
|
||||
<classname>Iterator</classname> support was added, as <classname>mysqli_result</classname>
|
||||
now implements <classname>Traversable</classname>.
|
||||
</entry>
|
||||
</row>
|
||||
|
@ -46,12 +46,12 @@
|
|||
|
||||
<!-- {{{ Synopsis -->
|
||||
<classsynopsis>
|
||||
<ooclass><classname>MySQLi_Result</classname></ooclass>
|
||||
<ooclass><classname>mysqli_result</classname></ooclass>
|
||||
|
||||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
<classname>MySQLi_Result</classname>
|
||||
<classname>mysqli_result</classname>
|
||||
</ooclass>
|
||||
|
||||
<oointerface>
|
||||
|
|
|
@ -128,7 +128,7 @@ Santa Clara (USA)
|
|||
</screen>
|
||||
</example>
|
||||
<example xml:id="mysqli-result.example.iterator">
|
||||
<title>A <classname>MySQLi_Result</classname> example comparing <classname>iterator</classname> usage</title>
|
||||
<title>A <classname>mysqli_result</classname> example comparing <classname>iterator</classname> usage</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.mysqli-stmt" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>The MySQLi_STMT class</title>
|
||||
<titleabbrev>MySQLi_STMT</titleabbrev>
|
||||
<title>The mysqli_stmt class</title>
|
||||
<titleabbrev>mysqli_stmt</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
||||
|
@ -20,12 +20,12 @@
|
|||
|
||||
<!-- {{{ Synopsis -->
|
||||
<classsynopsis>
|
||||
<ooclass><classname>MySQLi_STMT</classname></ooclass>
|
||||
<ooclass><classname>mysqli_stmt</classname></ooclass>
|
||||
|
||||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
<classname>MySQLi_STMT</classname>
|
||||
<classname>mysqli_stmt</classname>
|
||||
</ooclass>
|
||||
</classsynopsisinfo>
|
||||
<!-- }}} -->
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.mysqli-warning" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>The MySQLi_Warning class</title>
|
||||
<titleabbrev>MySQLi_Warning</titleabbrev>
|
||||
<title>The mysqli_warning class</title>
|
||||
<titleabbrev>mysqli_warning</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>MySQLi Class</entry>
|
||||
<entry>mysqli Class</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>OOP Interface</entry>
|
||||
|
@ -562,7 +562,7 @@
|
|||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>MySQLi_RESULT</entry>
|
||||
<entry>mysqli_result</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>OOP Interface</entry>
|
||||
|
|
Loading…
Reference in a new issue