for($i = 4; $i < count($wordChunksLimited); $i++){
$string .= "$wordChunksLimited[$i]. ";
}

echo $string;