$datum) { if (empty($datum) || $key == 0) { continue; } [$key, $value] = explode(': ', $datum); $http_protocol[trim($key)] = trim($value); } return [$http_protocol, $explode[1]]; } }