$str = "Hello fri3nd, you're looking good today! What a Great day this is! How fancy and cool!";
$pieces = explode(" ",$str, 3);
print_r($pieces);
так что это дает мне $pieces[0] = 'Hello',
$ штук [1] = 'fri3nd' ... and the rest of the string is all shoved into
$ штук [3] `.Как я могу взорваться в каждые 3 или 4 слова?