Php/docs/solrparams.tostring
来自菜鸟教程
SolrParams::toString
(PECL solr >= 0.9.2)
SolrParams::toString — Returns all the name-value pair parameters in the object
说明
final public SolrParams::toString
([ bool $url_encode
= false
] ) : string
Returns all the name-value pair parameters in the object
参数
url_encode
- Whether to return URL-encoded values
返回值
Returns a string on success and false
on failure.