SphinxClient::runQueries

(PECL sphinx >= 0.1.0)

SphinxClient::runQueriesRun a batch of search queries

설명

public array SphinxClient::runQueries ( void )

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

반환값

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

add a note add a note

User Contributed Notes

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