update : 2015.11.03
php.shukuma.com검색:
|
wddx_deserialize(PHP 4, PHP 5) wddx_deserialize — Unserializes a WDDX packet 인수
반환값Returns the deserialized value which can be a string, a number or an array. Note that structures are deserialized into associative arrays. 주의Warning
Do not pass untrusted user input to wddx_deserialize(). 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. |