All Entries Tagged With: "double"
XML-RPC Double Data Type
XML-RPC Double is a primitive data type and is the double precision signed floating point number. It is similar to float in PHP. From PHP 4 to PHP 5, the double data type has been deprecated in preference of float.
Example Declaration:
<param>
<value><double>-44.352301</double></value>
</param>