Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 136137 программистов и 878 роботов. Сейчас ищут 744 программиста ...
SolrDocument::offsetExists - Checks if a particular field exists
Вернуться к: SolrDocument
SolrDocument::offsetExists
(PECL solr >= 0.9.2)
SolrDocument::offsetExists — Checks if a particular field exists
Описание
public bool SolrDocument::offsetExists
( string
$fieldName
)Checks if a particular field exists. This is used when the object is treated as an array.
Список параметров
-
fieldName -
The name of the field.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Вернуться к: SolrDocument