[PHP] Explode Question

Is it possible to explode a string by each letter? You can’t use an empty string to explode the string, unfortunately. I’m trying to avoid making a big while statement to do this. Any ideas?