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_encodeWhether to return URL-encoded values
Return Values
Returns a string on success and false on failure.