SolrPingResponse::getResponse
PHP Manual
PHP Manual»SolrPingResponse»SolrPingResponse::getResponse

SolrPingResponse::getResponse

(PECL solr >= 0.9.2)

SolrPingResponse::getResponseReturns the response from the server

Опис

public function SolrPingResponse::getResponse(): string

Returns the response from the server. This should be empty because the request as a HEAD request.

Параметри

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

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

Returns an empty string.

To Top