Adding my findings about what unserialize returns on error

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@99465 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2002-10-12 14:33:20 +00:00
parent 0078d43061
commit 85208da9c2

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.2 -->
<refentry id="function.unserialize">
<refnamediv>
@ -20,6 +20,7 @@
back into a PHP value. The converted value is returned, and can
be an <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>
<note>
<para>