PHP 8.3.4 Released!

The SolrModifiableParams class

(PECL solr >= 0.9.2)

Introduzione

Represents a collection of name-value pairs sent to the Solr server during a request.

Sommario della classe

class SolrModifiableParams extends SolrParams implements Serializable {
/* Metodi */
public __construct()
public __destruct()
/* Metodi ereditati */
final public SolrParams::add(string $name, string $value): SolrParams
final public SolrParams::get(string $param_name): mixed
final public SolrParams::getParam(string $param_name = ?): mixed
final public SolrParams::set(string $name, string $value): void
final public SolrParams::toString(bool $url_encode = false): string
final public SolrParams::unserialize(string $serialized): void
}

Indice dei contenuti

add a note

User Contributed Notes

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