<?php $numero = "1.000,00";$result = str_replace(['.',','],'', $numero);echo $result;
Standard input is empty
100000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!