update : 2015.11.03
php.shukuma.com

검색:
 
 
Serialize a single value into a WDDX packet

wddx_serialize_value

(PHP 4, PHP 5)

wddx_serialize_valueSerialize a single value into a WDDX packet

설명

string wddx_serialize_value ( mixed $var [, string $comment ] )

Creates a WDDX packet from a single given value.

인수

var

The value to be serialized

comment

An optional comment string that appears in the packet header.

반환값

Returns the WDDX packet, or FALSE on error.