Warning: file_put_contents(): Only -1 of 60 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
wddx_packet_start wddx_serialize_vars WDDX PHP Manual wddx_serialize_value (PHP 4, 5) — Serialize a single value into packet 설명 string ( mixed $var [, $comment ] ) Creates from given value. ...
Forum und email

wddx_serialize_value

(PHP 4, PHP 5)

wddx_serialize_value — Serialize 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.