PHP 8.3.4 Released!

SolrDocument::offsetGet

(PECL solr >= 0.9.2)

SolrDocument::offsetGetフィールドを取得

説明

public SolrDocument::offsetGet(string $fieldName): SolrDocumentField

これは、オブジェクトが配列として扱われる際に、フィールドを取得するために使用されます。

パラメータ

fieldName

フィールド名

戻り値

SolrDocumentField オブジェクトを返します。

add a note

User Contributed Notes

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