update : 2015.11.03
php.shukuma.com검색:
|
SolrObject::offsetUnset(PECL solr >= 0.9.2) SolrObject::offsetUnset — Unsets 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. 인수
반환값
성공 시 예제
Example #1 SolrObject::offsetUnset() example
<?php 위 예제의 출력 예시: ... 참고
|