<?php $strok[1][] = "1 604";print_r($strok); $str = str_replace(' ' ,'', $strok[1]);print_r($str);
Standard input is empty
Array ( [1] => 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!