georg Sat Jan 14 10:22:59 2006 UTC
Modified files:
/phpdoc/en/reference/mysqli constants.xml
Log:
documented new field types NEW_DECIMAL AND BIT
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mysqli/constants.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/mysqli/constants.xml
diff -u phpdoc/en/reference/mysqli/constants.xml:1.12
phpdoc/en/reference/mysqli/constants.xml:1.13
--- phpdoc/en/reference/mysqli/constants.xml:1.12 Fri Nov 18 09:11:24 2005
+++ phpdoc/en/reference/mysqli/constants.xml Sat Jan 14 10:22:59 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<section id='mysqli.constants'>
&reftitle.constants;
@@ -265,6 +265,20 @@
</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>
(<link linkend='language.types.integer'>integer</link>)
</entry>