SolrParams::unserialize
PHP Manual
PHP Manual»SolrParams»SolrParams::unserialize

SolrParams::unserialize

(PECL solr >= 0.9.2)

SolrParams::unserializeUsed for custom serialization

Опис

final public function SolrParams::unserialize(string $serialized): void

Used for custom serialization

Параметри

serialized

The serialized representation of the object

Значення, що повертаються

None

To Top