PHP 8.3.4 Released!

SolrObject::offsetGet

(PECL solr >= 0.9.2)

SolrObject::offsetGetUsed to retrieve a property

Descrizione

public SolrObject::offsetGet(string $property_name): mixed

Used to get the value of a property. This is used when the object is treated as an array.

Elenco dei parametri

property_name

Name of the property.

Valori restituiti

Returns the property value.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top