<?php $strok[] = "1 604";print_r($strok); $str = str_replace(' ' ,'', $strok);print_r($str);
Standard input is empty
Array ( [0] => 1 604 ) Array ( [0] => 1604 )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!