SolrObject::__construct

(PECL solr >= 0.9.2)

SolrObject::__constructCreates Solr object

설명

public SolrObject::__construct ( void )

Creates Solr object.

인수

이 함수는 인수가 없습니다.

반환값

None

예제

Example #1 SolrObject::__construct() example

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

위 예제의 출력 예시:

...

참고

  • Classname::Method()

add a note add a note

User Contributed Notes

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