diff --git a/reference/var/functions/serialize.xml b/reference/var/functions/serialize.xml index f52b7ecca6..6cfe445f00 100644 --- a/reference/var/functions/serialize.xml +++ b/reference/var/functions/serialize.xml @@ -1,5 +1,5 @@ - + @@ -38,18 +38,11 @@ Likewise, when the object is restored using unserialize the __wakeup member function is called. - In PHP 3, object properties will be serialized, but methods are @@ -59,6 +52,9 @@ section of Classes and Objects for more information. + + It is not possible to serialize PHP built-in objects. +