Explode Each Character in a String to an Array

I added a couple new code snippets to the Code section today, including a function that act's like PHP's explode(), but separates every character instead of requiring a delimeter.  You can achieve the same thing using PHP's split() and RegEx, but this is simple and works...

PHP Explode Each Character Function

Leave a Reply


Copyright © 2010, Ink Plant. All rights reserved.