PHP 7.0.6 Released

SolrObject::getPropertyNames

(PECL solr >= 0.9.2)

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

Description

public array SolrObject::getPropertyNames ( void )

Returns an array of all the names of the properties

Parameters

This function has no parameters.

Return Values

Returns an array.

User Contributed Notes

dohpaz at nospam dot net
5 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