update : 2015.11.03
php.shukuma.com

검색:
 
 
Unsets the value for the property

SolrObject::offsetUnset

(PECL solr >= 0.9.2)

SolrObject::offsetUnsetUnsets the value for the property

설명

public void SolrObject::offsetUnset ( string $property_name )

Unsets 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를 반환합니다.

예제

Example #1 SolrObject::offsetUnset() example

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

위 예제의 출력 예시:

...

참고

  • Classname::Method()