Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
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