mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fixes #50683.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293197 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
dbc0e13b43
commit
3920d3a607
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
In order to be able to <function>unserialize</function> an object, the
|
||||
class of that object needs to be defined. That is, if you have an object
|
||||
of class A and serialize this, you'll
|
||||
get a string that refers to class A and contains all values of variabled
|
||||
get a string that refers to class A and contains all values of variables
|
||||
contained it. If you want to be able to unserialize
|
||||
this in another file, an object of class A, the
|
||||
definition of class A must be present in that file first.
|
||||
|
|
Loading…
Reference in a new issue