CakeFest 2024: The Official CakePHP Conference

SolrObject::__construct

(PECL solr >= 0.9.2)

SolrObject::__constructSolr オブジェクトを生成

説明

public SolrObject::__construct()

Solr オブジェクトを生成します。

パラメータ

この関数にはパラメータはありません。

戻り値

ありません

例1 SolrObject::__construct()

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

上の例の出力は、 たとえば以下のようになります。

...

add a note

User Contributed Notes

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