Currently we are using below code snippet for doing this split..
for($i=0;$i< strlen($inputstring);$i++){
$letterarray[]=$inputstring[$i];
}
You can let me know thro' the comments if you know any suitable function for doing this task.
More Articles...
1 comment:
I can split atoms with less php code.
Post a Comment