SphinxClient::setSelect

(PECL sphinx >= 1.0.1)

SphinxClient::setSelectSet select clause

Opis

public SphinxClient::setSelect ( string $clause ) : bool

Sets the select clause, listing specific attributes to fetch, and expressions to compute and fetch.

Parametry

clause

SQL-like clause.

Rejestr zmian

PECL/sphinx Wersja Opis
1.0.1 Added SphinxClient::setSelect(), available only if compiled with libsphinxclient >= 0.9.9.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

add a note add a note

User Contributed Notes

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