PHP. Руководство по PHP. 2005
wddx_serialize_vars
wddx_serialize_vars
Description
string wddx_serialize_vars (mixed var_name [, mixed ...])wddx_serialize_vars() is used to create a WDDX packet with a structure that contains the serialized representation of the passed variables.
wddx_serialize_vars() takes a variable number of arguments, each of which can be either a string naming a variable or an array containing strings naming the variables or another array, etc.
Пример 1. wddx_serialize_vars() example
|
The above example will produce:
<wddxPacket version='1.0'><header/><data><struct><var name='a'><number>1</number></var> |
wddx_serialize_value
xattr Functions