<?php $str = "1110001110000"; $arr = str_split($str); $nf = new NumberFormatter("en", NumberFormatter::SPELLOUT); Foreach($arr as $numb){ echo $nf->format($numb) . " "; }
You have javascript disabled. You will not be able to edit any code.