mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
documented new field types NEW_DECIMAL AND BIT
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@205213 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b203243154
commit
acb7c2d5d8
1 changed files with 15 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<section id='mysqli.constants'>
|
||||
&reftitle.constants;
|
||||
|
||||
|
@ -263,6 +263,20 @@
|
|||
</entry>
|
||||
<entry>Field is defined as <literal>DECIMAL</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-decimal'>MYSQLI_TYPE_NEWDECIMAL</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>Precision math <literal>DECIMAL</literal> or <literal>NUMERIC</literal> field (MySQL 5.0.3 and up)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-decimal'>MYSQLI_TYPE_BIT</constant>
|
||||
(<link linkend='language.types.integer'>integer</link>)
|
||||
</entry>
|
||||
<entry>Field is defined as <literal>BIT</literal> (MySQL 5.0.3 and up)</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>
|
||||
<constant id='constantmysqli-type-tiny'>MYSQLI_TYPE_TINY</constant>
|
||||
|
|
Loading…
Reference in a new issue