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

Опис

public function SolrResponse::getRequestUrl(): string

Returns the full URL the request was sent to.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the full URL the request was sent to

To Top