SphinxClient::setArrayResult
(No version information available, might be only in CVS)
SphinxClient::setArrayResult — Change the format of result set array
Описание
public bool SphinxClient::setArrayResult
( bool $array_result
)
Controls the format of search results set arrays (whether matches should be returned as an array or a hash). If array_result is FALSE (default value), matches are returned as a hash with document IDs as keys, and other information (weight, attributes) as values. If array_result is TRUE, matches are eturned as a plain array with complete per-match information including document IDs.
Список параметров
- array_result
-
Возвращаемые значения
Always returns TRUE.
SphinxClient::setArrayResult
There are no user contributed notes for this page.
