CakeFest 2024: The Official CakePHP Conference

SolrInputDocument::fieldExists

(PECL solr >= 0.9.2)

SolrInputDocument::fieldExistsПроверяет, существует ли поле

Описание

public SolrInputDocument::fieldExists(string $fieldName): bool

Проверяет, существует ли поле

Список параметров

fieldName

Название поля.

Возвращаемые значения

Возвращает true в случае, если поле найдено и false, если нет.

add a note

User Contributed Notes

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