fork download
  1. <?php
  2.  
  3. var_dump(is_numeric("0,152"));
  4. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
bool(false)