mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
bc967bc8e2
commit
18da52a535
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue