SolrInputDocument::getFieldCount

(PECL solr >= 0.9.2)

SolrInputDocument::getFieldCountReturns the number of fields in the document

Açıklama

publicSolrInputDocument::getFieldCount(): int|false

Returns the number of fields in the document.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns an integer on success başarısızlık durumunda false döner.

To Top