(PHP 4, PHP 5, PHP 7)
Unserializes a WDDX packet
mixed wddx_deserialize ( string $packet )
Unserializes a WDDX packet
.
Parameters:
packet
A WDDX packet, as a string or stream.
Returns:
Returns the deserialized value which can be a string, a number or an array. Note that structures are deserialized into associative arrays.
Please login to continue.