SolrParams::toString

(PECL solr >= 0.9.2)

SolrParams::toStringReturns 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.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top