Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17297 программистов и 1695 роботов. Сейчас ищет 1091 программист ...
SolrInputDocument::getFieldNames - Returns an array containing all the fields in the document
Вернуться к: SolrInputDocument
SolrInputDocument::getFieldNames
(PECL solr >= 0.9.2)
SolrInputDocument::getFieldNames — Returns an array containing all the fields in the document
Описание
public array SolrInputDocument::getFieldNames
( void
)
Returns an array containing all the fields in the document.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an array on success and FALSE
on failure.
Вернуться к: SolrInputDocument