Dutch PHP Conference 2025 - Call For Papers

SolrInputDocument::getFieldCount

(PECL solr >= 0.9.2)

SolrInputDocument::getFieldCountReturns the number of fields in the document

Опис

public SolrInputDocument::getFieldCount(): int|false

Returns the number of fields in the document.

Параметри

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

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

Returns an integer on success або false в разі помилки.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top