SphinxClient
PHP Manual

SphinxClient::setArrayResult

(No version information available, might be only in CVS)

SphinxClient::setArrayResultChange the format of result set array

Description

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.

Parameters

array_result

Return Values

Always returns TRUE.


SphinxClient
PHP Manual