SolrObject
在线手册:中文 英文
PHP手册

SolrObject::getPropertyNames

(PECL solr >= 0.9.2)

SolrObject::getPropertyNamesReturns an array of all the names of the properties

说明

public array SolrObject::getPropertyNames ( void )

Returns an array of all the names of the properties

参数

此函数没有参数。

返回值

Returns an array.


SolrObject
在线手册:中文 英文
PHP手册
PHP手册 - N: Returns an array of all the names of the properties

用户评论:

dohpaz at nospam dot net (20-May-2010 07:21)

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.