SolrObject
PHP Manual

SolrObject::offsetUnset

(PECL solr >= 0.9.2)

SolrObject::offsetUnsetSets the value for the property

説明

public void SolrObject::offsetUnset ( string $property_name )

Sets the value for the 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.

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

例1 SolrObject::offsetUnset() example

<?php
/* ... */
?>

上の例の出力は、 たとえば以下のようになります。

...

参考


SolrObject
PHP Manual