SolrResponse::getRequestUrl
PHP Manual
PHP Manual»SolrResponse»SolrResponse::getRequestUrl

SolrResponse::getRequestUrl

(PECL solr >= 0.9.2)

SolrResponse::getRequestUrlReturns the full URL the request was sent to

Descrizione

public function SolrResponse::getRequestUrl(): string

Returns the full URL the request was sent to.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the full URL the request was sent to

To Top