mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
the data_truncated stuff in stmt_fetch was reverted, so removing docs. the constant wasnt removed, because it will be used elsewhere
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@185982 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b2beeba451
commit
c4aac32a94
2 changed files with 6 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<section id='mysqli.constants'>
|
||||
&reftitle.constants;
|
||||
|
||||
|
@ -443,7 +443,9 @@
|
|||
<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>
|
||||
<entry>
|
||||
Data truncation occurred. Available since PHP 5.1.0 and MySQL 5.0.5.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<refentry id="function.mysqli-stmt-fetch">
|
||||
<refnamediv>
|
||||
<refname>mysqli_stmt_fetch</refname>
|
||||
|
@ -55,14 +55,9 @@
|
|||
<entry>&false;</entry>
|
||||
<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 (or data truncation occurred, in PHP
|
||||
5.0.x)</entry>
|
||||
<entry>No more rows/data exists or data truncation occurred</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
|
Loading…
Reference in a new issue