Dutch PHP Conference 2025 - Call For Papers

SolrInputDocument::__clone

(PECL solr >= 0.9.2)

SolrInputDocument::__cloneCreates a copy of a SolrDocument

Опис

public SolrInputDocument::__clone(): void

Should not be called directly. It is used to create a deep copy of a SolrInputDocument.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Creates a new SolrInputDocument instance.

add a note

User Contributed Notes

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