WDDX
Introduction
Warning
This extension is DEPRECATED and UNBUNDLED as of PHP 7.4.0.
These functions are intended for work with » 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.
- Installing/Configuring
- Examples
- WDDX Functions
- wddx_add_vars — Add variables to a WDDX packet with the specified ID
- wddx_deserialize — Unserializes a WDDX packet
- wddx_packet_end — Ends a WDDX packet with the specified ID
- wddx_packet_start — Starts a new WDDX packet with structure inside it
- wddx_serialize_value — Serialize a single value into a WDDX packet
- wddx_serialize_vars — Serialize variables into a WDDX packet
↑ and ↓ to navigate • Enter to select • Esc to close • / to open