mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
explained PDO::FETCH_SERIALIZE use
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241728 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
09b4387afd
commit
89cef57869
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. -->
|
||||
<section xml:id="pdo.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
|
@ -286,6 +286,7 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
As <constant>PDO::FETCH_INTO</constant> but object is provided as a serialized string.
|
||||
Available since PHP 5.1.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue