SolrResponse::getRawResponseHeaders
PHP Manual
PHP Manual»SolrResponse»SolrResponse::getRawResponseHeaders

SolrResponse::getRawResponseHeaders

(PECL solr >= 0.9.2)

SolrResponse::getRawResponseHeadersReturns the raw response headers from the server

Опис

public function SolrResponse::getRawResponseHeaders(): string

Returns the raw response headers from the server.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the raw response headers from the server.

To Top