mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268506 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
66911439c0
commit
6db3fb0def
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue