AdobeConnectClient\Connection\ResponseInterface::getHeader
Retrieves a message header value by the given case-insensitive name.
This method returns an array of all the header values of the given case-insensitive header name. If the header does not appear in the message, this method MUST return an empty array.
Signature
public function getHeader(string
$name )
Parameters
$name
— string- Case-insensitive header field name.
Returns
- array
- An array of string values as provided for the given header.