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.

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有