SolrDocument::next
PHP Manual
PHP Manual»SolrDocument»SolrDocument::next

SolrDocument::next

(PECL solr >= 0.9.2)

SolrDocument::nextMoves the internal pointer to the next field

Опис

public function SolrDocument::next(): void

Moves the internal pointer to the next field.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

This method has no return value.

To Top