SolrResponse::getDigestedResponse

(PECL solr >= 0.9.2)

SolrResponse::getDigestedResponseReturns the XML response as serialized PHP data

Açıklama

publicSolrResponse::getDigestedResponse(): string

Returns the XML response as serialized PHP data

Bağımsız Değişkenler

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

Dönen Değerler

Returns the XML response as serialized PHP data

To Top