<?php $str = "1234123412341234";echo chunk_split($str, 4, ' ');
Standard input is empty
1234 1234 1234 1234
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!