PHP Velho Oeste 2024

SphinxClient::runQueries

(PECL sphinx >= 0.1.0)

SphinxClient::runQueriesRun a batch of search queries

Description

public SphinxClient::runQueries ( void ) : array

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.

add a note add a note

User Contributed Notes

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