|
PHP5中文手册
wddx_unserialize(No version information available, might be only in CVS) wddx_unserialize — Unserializes a WDDX packet 说明
mixed wddx_unserialize
( string $packet
)
Unserializes a WDDX packet . 参数
返回值Returns the unserialized value which can be a string, a number or an array. Note that structures are unserialized into associative arrays. |