mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
5c25e3050f
commit
38ae4e994c
1 changed files with 11 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue