vrana           Fri Apr  1 10:14:32 2005 EDT

  Modified files:              
    /phpdoc/en/reference/var/functions  unserialize.xml 
  Log:
  Can return boolean (bug #32536)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/var/functions/unserialize.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/reference/var/functions/unserialize.xml
diff -u phpdoc/en/reference/var/functions/unserialize.xml:1.16 
phpdoc/en/reference/var/functions/unserialize.xml:1.17
--- phpdoc/en/reference/var/functions/unserialize.xml:1.16      Thu Jul 22 
20:18:22 2004
+++ phpdoc/en/reference/var/functions/unserialize.xml   Fri Apr  1 10:14:31 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
 <!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
   <refentry id="function.unserialize">
    <refnamediv>
@@ -18,7 +18,7 @@
      <function>unserialize</function> takes a single serialized
      variable (see <function>serialize</function>) and converts it
      back into a PHP value.  The converted value is returned, and can
-     be an <type>integer</type>, <type>float</type>,
+     be a <type>boolean</type>, <type>integer</type>, <type>float</type>,
      <type>string</type>, <type>array</type> or <type>object</type>.
      In case the passed string is not unserializeable, &false; is returned.
     </simpara>

Reply via email to