PHP 8.3.4 Released!

SolrObject::__construct

(PECL solr >= 0.9.2)

SolrObject::__constructCreates Solr object

Descrizione

public SolrObject::__construct()

Creates Solr object.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

None

Esempi

Example #1 SolrObject::__construct() example

<?php
/* ... */
?>

Il precedente esempio visualizzerà qualcosa simile a:

...

add a note

User Contributed Notes

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