Below are revisions for this snippet.
Explode() Replacement
Ever used the Explode() function, and in some parts of the returned array, are NULL values? Below is a function which will only return values which are not NULL. Depending on what you are trying to achieve, this could turn out to be useful.






