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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top