SolrObject::offsetUnset
(PECL solr >= 0.9.2)
SolrObject::offsetUnset — تعیین مقدار خاصیت
Description
public void SolrObject::offsetUnset
( string $property_name
)
تعیین مقدار خاصیت. هنگام رفتار با شی همانند آرایه. این شی فقط خواندنی است. نباید این کار را امتحان کرد.
Parameters
- property_name
-
نام خاصیت.
Return Values
Returns TRUE on success or FALSE on failure.
Examples
Example #1 SolrObject::offsetUnset() example
<?php
/* ... */
?>
The above example will output something similar to:
...
See Also
- Classname::Method()
There are no user contributed notes for this page.
