From ff47d3292eb0e18a748639a031ef335559ddc997 Mon Sep 17 00:00:00 2001 From: Sean Coates Date: Sun, 14 Aug 2005 16:10:42 +0000 Subject: [PATCH] wddx_deserialze became wddx_unserialize yesterday git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@193438 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/wddx/functions/wddx-deserialize.xml | 36 +++++++--------- reference/wddx/functions/wddx-unserialize.xml | 43 +++++++++++++++++++ 2 files changed, 58 insertions(+), 21 deletions(-) create mode 100644 reference/wddx/functions/wddx-unserialize.xml diff --git a/reference/wddx/functions/wddx-deserialize.xml b/reference/wddx/functions/wddx-deserialize.xml index c1bfd9598a..abce45f8a1 100644 --- a/reference/wddx/functions/wddx-deserialize.xml +++ b/reference/wddx/functions/wddx-deserialize.xml @@ -1,25 +1,19 @@ - - - - - wddx_deserialize - Deserializes a WDDX packet - - - Description - - mixedwddx_deserialize - stringpacket - - - wddx_deserialize takes a - packet string and deserializes it. It - returns the result which can be string, number, or array. Note - that structures are deserialized into associative arrays. - - - + + + + wddx_deserialize + &Alias; wddx_unserialize + + + + &reftitle.description; + + &info.function.alias; + wddx_unserialize. + + + + + + + wddx_unserialize + Unserializes a WDDX packet + + + Description + + mixedwddx_unserialize + stringpacket + + + wddx_unserialize takes a + packet string and unserializes it. It + returns the result which can be string, number, or array. Note + that structures are unserialized into associative arrays. + + + + +