array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'solrinputdocument.toarray.php', 1 => 'SolrInputDocument::toArray', 2 => 'Returns an array representation of the input document', ), 'up' => array ( 0 => 'class.solrinputdocument.php', 1 => 'SolrInputDocument', ), 'prev' => array ( 0 => 'solrinputdocument.sort.php', 1 => 'SolrInputDocument::sort', ), 'next' => array ( 0 => 'class.solrdocument.php', 1 => 'SolrDocument', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrinputdocument/toarray.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

SolrInputDocument::toArray

(PECL solr >= 0.9.2)

SolrInputDocument::toArrayReturns an array representation of the input document

Descrizione

public SolrInputDocument::toArray(): array

Returns an array representation of the input document.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns an array containing the fields. It returns false on failure.