From 9df31d52137924ba5f16cd9ec1fce77f01d981ef Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Sat, 4 Jan 2003 11:37:01 +0000 Subject: [PATCH] Adding tags git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@110299 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/var/functions/serialize.xml | 12 ++++++------ reference/var/functions/unserialize.xml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/var/functions/serialize.xml b/reference/var/functions/serialize.xml index 39837dc0df..b9f8ad75ac 100644 --- a/reference/var/functions/serialize.xml +++ b/reference/var/functions/serialize.xml @@ -1,5 +1,5 @@ - + @@ -32,11 +32,11 @@ are serializeing will also be stored. - 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. + 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. + @@ -45,7 +45,7 @@ If the variable being unserialized is an object, after successfully reconstructing the object PHP will automatically attempt to call the - __wakeup() member function (if it exists). + __wakeup member function (if it exists). unserialize_callback_func example