WDDX 函数
PHP 手册

wddx_unserialize

(PHP 4, PHP 5)

wddx_unserializeUnserializes a WDDX packet

说明

mixed wddx_unserialize ( string $packet )

Unserializes a WDDX packet .

参数

packet

A WDDX packet, as a string or stream.

返回值

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


WDDX 函数
PHP 手册