Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16141 программист и 1772 робота. Сейчас ищут 1917 программистов ...
SolrDocument::getFieldNames - Returns an array of fields names in the document
Вернуться к: SolrDocument
SolrDocument::getFieldNames
(PECL solr >= 0.9.2)
SolrDocument::getFieldNames — Returns an array of fields names in the document
Описание
public array SolrDocument::getFieldNames
( void
)
Returns an array of fields names in the document.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an array containing the names of the fields in this document.
Вернуться к: SolrDocument