CakeFest 2024: The Official CakePHP Conference

SolrObject::getPropertyNames

(PECL solr >= 0.9.2)

SolrObject::getPropertyNames全てのプロパティ名の配列を返す

説明

public SolrObject::getPropertyNames(): array

全てのプロパティ名の配列を返します。

パラメータ

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

戻り値

配列を返します。

add a note

User Contributed Notes 1 note

up
1
dohpaz at nospam dot net
13 years ago
It should be noted that when using SolrObject::getPropertyNames(), the array keys have an invisible character that needs to be trim()'d to work correctly.
To Top