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