wddx_serialize_vars
PHP 4, PHP 5, PHP 7
wddx_serialize_vars - Serialize variables into a WDDX packet
Manual
wddx_serialize_vars(
mixed$var_name,
... mixed$var_names ): string
Creates a WDDX packet with a structure that contains the serialized representation of the passed variables.
Parameters
This function takes a variable number of parameters.
- var_name
-
Can be either a string naming a variable or an array containing strings naming the variables or another array, etc.
- var_names
-
Return Values
Returns the WDDX packet, or false on error.