array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'solrparams.tostring.php', 1 => 'SolrParams::toString', 2 => 'Returns all the name-value pair parameters in the object', ), 'up' => array ( 0 => 'class.solrparams.php', 1 => 'SolrParams', ), 'prev' => array ( 0 => 'solrparams.setparam.php', 1 => 'SolrParams::setParam', ), 'next' => array ( 0 => 'solrparams.unserialize.php', 1 => 'SolrParams::unserialize', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrparams/tostring.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrParams::toString

(PECL solr >= 0.9.2)

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

Açıklama

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

Returns all the name-value pair parameters in the object

Bağımsız Değişkenler

url_encode

Whether to return URL-encoded values

Dönen Değerler

Returns a string on success and false on failure.