mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
* Fixes #44846 (Missing MYSQLI_ENUM_FLAG)
* MYSQLI_TYPE_SHORT is a SMALLINT not INT git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267779 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fb9e622302
commit
8ea44f998e
1 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<appendix xml:id="mysqli.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
<section>
|
||||
|
@ -276,7 +276,7 @@
|
|||
<term><constant>MYSQLI_TYPE_SHORT</constant></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Field is defined as <literal>INT</literal>
|
||||
Field is defined as <literal>SMALLINT</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -472,6 +472,14 @@
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constantmysqli-enum-flag">
|
||||
<term><constant>MYSQLI_ENUM_FLAG</constant></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Field is defined as <literal>ENUM</literal>. Available since PHP 5.3.0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</section>
|
||||
</appendix>
|
||||
|
|
Loading…
Reference in a new issue