PHP 8.5.0 Alpha 4 available for testing

Voting

: nine minus zero?
(Example: nine)

The Note You're Voting On

carmageddon at gmail dot com
12 years ago
Apparently there is a slight problem with xmlrpc_decode (or php) which re-formats this input: <value><double>0.000000</double></value>

As the double number 0.

To get around it, use: number_format($val, 2);
Output would be 0.00

<< Back to user notes page

To Top