PHP » GoLang |
login |
register |
about
|
GoLang wddx_deserialize
request it (432)
GoLang replacement for PHP's wddx_deserialize
[edit | history]
wddx_deserialize(PHP 4, PHP 5, PHP 7) wddx_deserialize — Unserializes a WDDX packet Description
Unserializes a WDDX 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. Use a safe, standard data interchange format such as JSON (via json_decode() and json_encode()) if you need to pass serialized data to the user. Parameters
Return ValuesReturns the deserialized value which can be a string, a number or an array. Note that structures are deserialized into associative arrays. |
more
Recently updated
more
Most requested
more
Last requests
|