SolrResponse::getHttpStatus

(PECL solr >= 0.9.2)

SolrResponse::getHttpStatusReturns the HTTP status of the response

Descrição

publicSolrResponse::getHttpStatus(): int

Returns the HTTP status of the response.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the HTTP status of the response.

To Top