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