PHP 8.3.4 Released!

SolrDocument::getField

(PECL solr >= 0.9.2)

SolrDocument::getField名前でフィールドを取得

説明

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

名前でフィールドを取得します。

パラメータ

fieldName

フィールド名

戻り値

成功時には SolrDocumentField、失敗時には false を返します。

add a note

User Contributed Notes

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