SolrObject::getPropertyNames
(PECL solr >= 0.9.2)
SolrObject::getPropertyNames — Returns 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.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с поисковыми системами
- Apache Solr
- Функция SolrObject::__construct() - Creates Solr object
- Функция SolrObject::__destruct() - Destructor
- Функция SolrObject::getPropertyNames() - Returns an array of all the names of the properties
- Функция SolrObject::offsetExists() - Checks if the property exists
- Функция SolrObject::offsetGet() - Used to retrieve a property
- Функция SolrObject::offsetSet() - Sets the value for a property
- Функция SolrObject::offsetUnset() - Sets the value for the property
Коментарии
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.