NAME ^

php_wddx.pir - PHP wddx Library

DESCRIPTION ^

Functions ^

int wddx_add_vars(int packet_id, mixed var_names [, mixed ...])
Serializes given variables and adds them to packet given by packet_idNOT IMPLEMENTED.
mixed wddx_deserialize(mixed packet)
Deserializes given packet and returns a PHP valueNOT IMPLEMENTED.
string wddx_packet_end(int packet_id)
Ends specified WDDX packet and returns the string containing the packetNOT IMPLEMENTED.
int wddx_packet_start([string comment])
Starts a WDDX packet with optional comment and returns the packet idNOT IMPLEMENTED.
string wddx_serialize_value(mixed var [, string comment])
Creates a new packet and serializes the given valueNOT IMPLEMENTED.
string wddx_serialize_vars(mixed var_name [, mixed ...])
Creates a new packet and serializes given variables into a structNOT IMPLEMENTED.


parrot