Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18195 программистов и 1609 роботов. Сейчас ищут 1267 программистов ...
SolrQuery::getStart - Returns the offset in the complete result set
Вернуться к: SolrQuery
SolrQuery::getStart
(PECL solr >= 0.9.2)
SolrQuery::getStart — Returns the offset in the complete result set
Описание
public int SolrQuery::getStart
( void
)
Returns the offset in the complete result set for the queries where the set of returned documents should begin.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns an integer on success and NULL
if not set.
Вернуться к: SolrQuery