public function MessageParserInterface::parseResponse

Parse an HTTP response message into an associative array of parts.

Parameters

string $message HTTP response to parse:

Return value

array|bool Returns false if the message is invalid

2 methods override MessageParserInterface::parseResponse()
MessageParser::parseResponse in drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParser.php
Parse an HTTP response message into an associative array of parts.
PeclHttpMessageParser::parseResponse in drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/PeclHttpMessageParser.php
Parse an HTTP response message into an associative array of parts.

File

drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParserInterface.php, line 26

Class

MessageParserInterface
HTTP message parser interface used to parse HTTP messages into an array

Namespace

Guzzle\Parser\Message

Code

public function parseResponse($message);