diff --git a/reference/var/functions/serialize.xml b/reference/var/functions/serialize.xml index 9f3195f552..22993eef5d 100644 --- a/reference/var/functions/serialize.xml +++ b/reference/var/functions/serialize.xml @@ -1,5 +1,5 @@ - + serialize @@ -42,10 +42,11 @@ When serializing objects, PHP will attempt to call the member function - __sleep prior to serialization. This is to allow the - object to do any last minute clean-up, etc. prior to being serialized. - Likewise, when the object is restored using unserialize - the __wakeup member function is called. + __sleep prior to serialization. + This is to allow the object to do any last minute clean-up, etc. prior + to being serialized. Likewise, when the object is restored using + unserialize the __wakeup member function is called.