PHP » GoLang |
login |
register |
about
|
GoLang wddx_serialize_vars
request it (281)
GoLang replacement for PHP's wddx_serialize_vars
[edit | history]
wddx_serialize_vars(PHP 4, PHP 5, PHP 7) wddx_serialize_vars — Serialize variables into a WDDX packet DescriptionCreates a WDDX packet with a structure that contains the serialized representation of the passed variables. ParametersThis function takes a variable number of parameters.
Return Values
Returns the WDDX packet, or Examples
Example #1 wddx_serialize_vars() example
<?php The above example will output: <wddxPacket version='1.0'><header/><data><struct><var name='a'><number>1</number></var> <var name='b'><number>5.5</number></var><var name='c'><array length='3'> <string>blue</string><string>orange</string><string>violet</string></array></var> <var name='d'><string>colors</string></var></struct></data></wddxPacket> |
more
Recently updated
more
Most requested
more
Last requests
|