Completed the unfinished sentence.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47753 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kristian Köhntopp 2001-05-18 07:47:01 +00:00
parent 5c25e3050f
commit 38ae4e994c

View file

@ -511,10 +511,19 @@ $b->example();
<sect1 id="language.oop.serialization">
<title>Serializing objects - objects in sessions</title>
<note>
<simpara>
In PHP3, objects will lose their class association
throughout the process of serialization and unserialization.
The resulting variable is of type object, but has no class
and no methods, thus it is pretty useless (it has become
just like an array with a funny syntax).
</simpara>
</note>
<caution>
<simpara>
The following information is valid for PHP4 only. In
PHP3, an
The following information is valid for PHP4 only.
</simpara>
</caution>