<?php $array = Array ( 0 => 880, 1 => 556 ); $finalArray = str_split(implode('',$array)); print_r($finalArray);
You have javascript disabled. You will not be able to edit any code.