Online PHP explode() function
Split a string by string.
Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string delimiter.
array explode ( string $delimiter , string $string [, int $limit = PHP_INT_MAX ] )