SolrResponse::getRequestUrl

(PECL solr >= 0.9.2)

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

Açıklama

publicSolrResponse::getRequestUrl(): string

Returns the full URL the request was sent to.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the full URL the request was sent to

To Top