mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixes #50637 (again)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292921 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5113d21d27
commit
51d69396e5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
get a string that refers to class A and contains all values of variabled
|
||||
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 in that file first.
|
||||
definition of class A must be present in that file first.
|
||||
This can be done for example by storing the class definition of class A
|
||||
in an include file and including this file or making use of the
|
||||
<function>spl_autoload_register</function> function.
|
||||
|
|
Loading…
Reference in a new issue