mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
some typo fixes and missing descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@254641 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b1fdbe7690
commit
c7a6297379
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<appendix xml:id="mysqli.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
<section>
|
||||
|
@ -66,7 +66,8 @@
|
|||
<term><constant>MYSQLI_CLIENT_INTERACTIVE</constant></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Allow interactive_timeout seconds (instead of wait_timeout seconds) of inactivity before closing the connection. The client"s session wait_timeout variable will be set to the value of the session interactive_timeout variable.
|
||||
Allow interactive_timeout seconds (instead of wait_timeout seconds) of inactivity before closing the connection.
|
||||
The client's session wait_timeout variable will be set to the value of the session interactive_timeout variable.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -82,7 +83,7 @@
|
|||
<term><constant>MYSQLI_CLIENT_NO_SCHEMA</constant></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Don"t allow the db_name.tbl_name.col_name syntax.
|
||||
Don't allow the <literal>db_name.tbl_name.col_name</literal> syntax.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -90,7 +91,7 @@
|
|||
<term><constant>MYSQLI_CLIENT_MULTI_QUERIES</constant></term>
|
||||
<listitem>
|
||||
<para>
|
||||
|
||||
Allows multiple semicolon-delimited queries in a single <function>mysqli_query</function> call.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue