SphinxClient
PHP Manual

SphinxClient::setSelect

(PECL sphinx >= 1.0.1)

SphinxClient::setSelectSet select clause

説明

public bool SphinxClient::setSelect ( string $clause )

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

パラメータ

clause

SQL-like clause.

変更履歴

PECL/sphinx バージョン 説明
1.0.1 Added SphinxClient::setSelect(), available only if compiled with libsphinxclient >= 0.9.9.

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。


SphinxClient
PHP Manual