array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'solrobject.offsetset.php', 1 => 'SolrObject::offsetSet', 2 => 'Sets the value for a property', ), 'up' => array ( 0 => 'class.solrobject.php', 1 => 'SolrObject', ), 'prev' => array ( 0 => 'solrobject.offsetget.php', 1 => 'SolrObject::offsetGet', ), 'next' => array ( 0 => 'solrobject.offsetunset.php', 1 => 'SolrObject::offsetUnset', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrobject/offsetset.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrObject::offsetSet

(PECL solr >= 0.9.2)

SolrObject::offsetSetSets the value for a property

说明

public SolrObject::offsetSet(string $property_name, string $property_value): void

Sets the value for a property. This is used when the object is treated as an array. This object is read-only. This should never be attempted.

参数

property_name

The name of the property.

property_value

The new value.

返回值

None.