Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 43996 программистов и 2167 роботов. Сейчас ищут 1023 программиста ...
SolrInputDocument::toArray - Returns an array representation of the input document
Вернуться к: SolrInputDocument
SolrInputDocument::toArray
(PECL solr >= 0.9.2)
SolrInputDocument::toArray — Returns an array representation of the input document
Описание
public array SolrInputDocument::toArray
( void
)
Returns an array representation of the input document.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an array containing the fields. It returns FALSE on failure.
Вернуться к: SolrInputDocument