PHP: explode - Manual
www.php.net › manual › enDescription explode ( string $separator, string $string, int $limit = PHP_INT_MAX ): array Returns an array of strings, each of which is a substring of string formed by splitting it on boundaries formed by the string separator . Parameters separator The boundary string. string The input string. limit