AdobeConnectClient\Connection\ResponseInterface::getHeaderLine
Retrieves a comma-separated string of the values for a single header.
This method returns all of the header values of the given case-insensitive header name as a string concatenated together using a comma. NOTE: Not all header values may be appropriately represented using comma concatenation. For such headers, use getHeader() instead and supply your own delimiter when concatenating.
Signature
public function getHeaderLine(string
$name )
Parameters
$name
— string- Case-insensitive header field name.
Returns
- string