mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Minor typos.
in mysqli_sqlstate document OO style description git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158428 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a07e149abd
commit
a3b7f75471
6 changed files with 17 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.mysqli-sqlstate">
|
||||
<refnamediv>
|
||||
<refname>mysqli_sqlstate</refname>
|
||||
|
@ -8,10 +8,16 @@
|
|||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<para>Procedural style:</para>
|
||||
<methodsynopsis>
|
||||
<type>string</type><methodname>mysqli_sqlstate</methodname>
|
||||
<methodparam><type>object</type><parameter>link</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>Object oriented style (property):</para>
|
||||
<classsynopsis>
|
||||
<ooclass><classname>mysqli</classname></ooclass>
|
||||
<fieldsynopsis><type>string</type><varname>sqlstate</varname></fieldsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
Returns a string containing the SQLSTATE error code for the last error.
|
||||
The error code consists of five characters. <literal>'00000'</literal> means no error.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry id="function.mysqli-stat">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stat</refname>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<ooclass><classname>mysqli</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>mixed</type><methodname>mysqli->stat</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry id="function.mysqli-store-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_store_result</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<methodsynopsis>
|
||||
<type>object</type>
|
||||
<methodname>store_result</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id="function.mysqli-thread-id">
|
||||
<refnamediv>
|
||||
<refname>mysqli_thread_id</refname>
|
||||
|
@ -32,7 +32,7 @@
|
|||
will be assigned.
|
||||
</para>
|
||||
<para>
|
||||
To kill a running query you can use the SQL command <literal>KILL QUERY processid]</literal>.
|
||||
To kill a running query you can use the SQL command <literal>KILL QUERY processid</literal>.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.mysqli-thread-safe">
|
||||
<refnamediv>
|
||||
<refname>mysqli_thread_safe</refname>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<para>Procedural style:</para>
|
||||
<methodsynopsis>
|
||||
<type>bool</type><methodname>mysqli_thread_safe</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<function>mysqli_thread_safe</function> indicates whether the
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id="function.mysqli-use-result">
|
||||
<refnamediv>
|
||||
<refname>mysqli_use_result</refname>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<methodsynopsis>
|
||||
<type>mixed</type>
|
||||
<methodname>use_result</methodname>
|
||||
<methodparam><type>void</type><parameter></parameter></methodparam>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
</classsynopsis>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue