git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268506 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2008-11-07 13:18:31 +00:00
parent 66911439c0
commit 6db3fb0def

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<refentry xml:id="function.serialize" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>serialize</refname>
@ -37,7 +37,7 @@
handles all types, except the <type>resource</type>-type.
You can even <function>serialize</function> arrays that contain
references to itself. Circular references inside the array/object you
are <function>serialize</function>ing will also be stored. Any other
are serializing will also be stored. Any other
reference will be lost.
</para>
<para>