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_id

NOT IMPLEMENTED.

mixed wddx_deserialize(mixed packet)

Deserializes given packet and returns a PHP value

NOT IMPLEMENTED.

string wddx_packet_end(int packet_id)

Ends specified WDDX packet and returns the string containing the packet

NOT IMPLEMENTED.

int wddx_packet_start([string comment])

Starts a WDDX packet with optional comment and returns the packet id

NOT IMPLEMENTED.

string wddx_serialize_value(mixed var [, string comment])

Creates a new packet and serializes the given value

NOT IMPLEMENTED.

string wddx_serialize_vars(mixed var_name [, mixed ...])

Creates a new packet and serializes given variables into a struct

NOT IMPLEMENTED.


parrot