Tag Archives: 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. … Continue reading