PHP.nl

wddx_deserialize

wddx_deserialize

Unserializes a WDDX packet

mixed **wddx_deserialize** string $packet

Unserializes a WDDX . packet

Waarschuwing: > Do not pass untrusted user input to . Unserialization can result in code being loaded and executed due to object instantiation and autoloading, and a malicious user may be able to exploit this. Use a safe, standard data interchange format such as JSON (via and ) if you need to pass serialized data to the user. wddx_deserialize``json_decode``json_encode

packetA WDDX packet, as a string or stream.

Returns the deserialized value which can be a string, a number or an array. Note that structures are deserialized into associative arrays.