From 89cef57869786177bbc2a0c148888da7692de376 Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Wed, 22 Aug 2007 17:24:24 +0000 Subject: [PATCH] explained PDO::FETCH_SERIALIZE use git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241728 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/constants.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/pdo/constants.xml b/reference/pdo/constants.xml index 4beb7482c0..f88ae1922b 100644 --- a/reference/pdo/constants.xml +++ b/reference/pdo/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; @@ -286,6 +286,7 @@ + As PDO::FETCH_INTO but object is provided as a serialized string. Available since PHP 5.1.0.