Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16215 программистов и 1779 роботов. Сейчас ищут 1748 программистов ...
SolrInputDocument::fieldExists - Checks if a field exists
Вернуться к: SolrInputDocument
SolrInputDocument::fieldExists
(PECL solr >= 0.9.2)
SolrInputDocument::fieldExists — Checks if a field exists
Описание
public bool SolrInputDocument::fieldExists
( string
$fieldName
)Checks if a field exists
Список параметров
-
fieldName
-
Name of the field.
Возвращаемые значения
Returns TRUE
if the field was found and FALSE
if it was not found.
Вернуться к: SolrInputDocument