PHP 7.0.6 Released

SphinxClient::runQueries

(PECL sphinx >= 0.1.0)

SphinxClient::runQueriesRun a batch of search queries

Description

public array SphinxClient::runQueries ( void )

Connects to searchd, runs a batch of all queries added using SphinxClient::addQuery, obtains and returns the result sets.

Return Values

Returns FALSE on failure and array of result sets on success.

User Contributed Notes

There are no user contributed notes for this page.
To Top