Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18429 программистов и 1656 роботов. Сейчас ищут 1265 программистов ...
SolrDocument::getFieldCount - Returns the number of fields in this document
Вернуться к: SolrDocument
SolrDocument::getFieldCount
(PECL solr >= 0.9.2)
SolrDocument::getFieldCount — Returns the number of fields in this document
Описание
public int SolrDocument::getFieldCount
( void
)
Returns the number of fields in this document. Multi-value fields are only counted once.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an integer on success and FALSE
on failure.
Вернуться к: SolrDocument