update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns all the name-value pair parameters in the object

SolrParams::toString

(PECL solr >= 0.9.2)

SolrParams::toStringReturns all the name-value pair parameters in the object

설명

final public string SolrParams::toString ([ bool $url_encode = false ] )

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.