Clarify serialize() exceptions

Inspired by a patch provided by an anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346043 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-11-26 12:02:22 +00:00
parent bc967bc8e2
commit 18da52a535

View file

@ -34,7 +34,7 @@
<listitem>
<para>
The value to be serialized. <function>serialize</function>
handles all types, except the <type>resource</type>-type.
handles all types, except the <type>resource</type>-type and some <type>object</type>s (see note below).
You can even <function>serialize</function> arrays that contain
references to itself. Circular references inside the array/object you
are serializing will also be stored. Any other