update page now

Voting

: zero plus nine?
(Example: nine)

The Note You're Voting On

aa at geb-team dot de
19 years ago
@pillepop2003 at yahoo dot de

<?php
float('-100.00', array('single_dot_as_decimal' => true)); // whoops, returns -10000
?>

use: "/^[0-9-]*[\.]{1}[0-9-]+$/"
instead of: "/^[0-9]*[\.]{1}[0-9-]+$/"

<< Back to user notes page

To Top