(PHP 4, PHP 5, PHP 7)
wddx_serialize_value — Serialize a single value into a WDDX packet
This function was REMOVED in PHP 7.4.0.
wddx_serialize_value(mixed $var, string $comment = ?): string
Creates a WDDX packet from a single given value.
varThe value to be serialized
commentAn optional comment string that appears in the packet header.
Returns the WDDX packet, or false on error.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.wddx-serialize-value.php