Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 59131 программист и 2683 робота. Сейчас ищут 1100 программистов ...
SolrInputDocument::getFieldCount - Returns the number of fields in the document
Вернуться к: SolrInputDocument
SolrInputDocument::getFieldCount
(PECL solr >= 0.9.2)
SolrInputDocument::getFieldCount — Returns the number of fields in the document
Описание
public int SolrInputDocument::getFieldCount
( void
)
Returns the number of fields in the document.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an integer on success или FALSE в случае возникновения ошибки.
Вернуться к: SolrInputDocument