nlopess Sat May 7 07:02:31 2005 EDT
Modified files:
/phpdoc/en/reference/mysqli constants.xml
/phpdoc/en/reference/mysqli/functions mysqli-stmt-fetch.xml
Log:
document MYSQLI_DATA_TRUNCATED
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/constants.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/mysqli/constants.xml
diff -u phpdoc/en/reference/mysqli/constants.xml:1.7
phpdoc/en/reference/mysqli/constants.xml:1.8
--- phpdoc/en/reference/mysqli/constants.xml:1.7 Tue Jun 29 01:49:02 2004
+++ phpdoc/en/reference/mysqli/constants.xml Sat May 7 07:02:29 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<section id='mysqli.constants'>
&reftitle.constants;
@@ -438,6 +438,13 @@
</entry>
<entry>No more data available for bind variable</entry>
</row>
+ <row>
+ <entry>
+ <constant
id='constantmysqli-data-truncated'>MYSQLI_DATA_TRUNCATED</constant>
+ (<link linkend='language.types.integer'>integer</link>)
+ </entry>
+ <entry>Data truncation occurred. Available since PHP 5.1.0.</entry>
+ </row>
</tbody>
</tgroup>
</table>
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml:1.7
phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml:1.8
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml:1.7 Tue Apr
26 10:33:30 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-fetch.xml Sat May 7
07:02:30 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.mysqli-stmt-fetch">
<refnamediv>
<refname>mysqli_stmt_fetch</refname>
@@ -56,8 +56,13 @@
<entry>Error occured</entry>
</row>
<row>
+ <entry>MYSQLI_DATA_TRUNCATED</entry>
+ <entry>Data truncation occurred (since PHP 5.1.0)</entry>
+ </row>
+ <row>
<entry><literal>&null;</literal></entry>
- <entry>No more rows/data exists</entry>
+ <entry>No more rows/data exists (or data truncation occurred, in PHP
+ 5.0.x)</entry>
</row>
</tbody>
</tgroup>