php8.5
Home/ Manual/ solr / solrparams/ SolrParams::toString

SolrParams::toString

PHP function Edit on GitHub ✎

(PECL solr >= 0.9.2)

Returns all the name-value pair parameters in the object

Description

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

Returns all the name-value pair parameters in the object

Parameters

url_encode

Whether to return URL-encoded values

Return Values

Returns a string on success and false on failure.

Source: reference/solr/solrparams/tostring.xml · from the official PHP manual (php/doc-en)