Forum und email
wddx_serialize_value

wddx_serialize_value

(PHP 3 >= 3.0.7, PHP 4, PHP 5)

wddx_serialize_value -- Serialize a single value into a WDDX packet

Opis

string wddx_serialize_value ( mixed var [, string comment] )

Creates a WDDX packet from a single given value.

Parametry

var

The value to be serialized

comment

An optional comment string that appears in the packet header.

Zwracane wartości

Returns the WDDX packet, or FALSE on error.