Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16141 программист и 1772 робота. Сейчас ищут 1917 программистов ...
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