From d01d931ebd5410cd6e614feceb4120549b267d86 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 30 Nov 2007 11:52:11 +0000 Subject: [PATCH] Fixed link to magic methods (bug #43463) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247344 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/serialize.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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.