PHP 7.0.6 Released

SolrPingResponse::getResponse

(PECL solr >= 0.9.2)

SolrPingResponse::getResponseReturns the response from the server

Description

public string SolrPingResponse::getResponse ( void )

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

Parameters

This function has no parameters.

Return Values

Returns an empty string.

User Contributed Notes

There are no user contributed notes for this page.
To Top