SolrParams::toString

(PECL solr >= 0.9.2)

SolrParams::toStringReturns all the name-value pair parameters in the object

Açıklama

finalpublicSolrParams::toString(bool$url_encode = false): string

Returns all the name-value pair parameters in the object

Bağımsız Değişkenler

url_encode

Whether to return URL-encoded values

Dönen Değerler

Returns a string on success and false on failure.

To Top