MongoCursor
PHP Manual

MongoCursor::hint

(PECL mongo >=0.9.0)

MongoCursor::hintGives the database a hint about the query

Descrizione

public MongoCursor MongoCursor::hint ( array $key_pattern )

Elenco dei parametri

key_pattern

Indexes to use for the query.

Valori restituiti

Returns this cursor.

Errori/Eccezioni

Throws MongoCursorException if this cursor has started iterating.


MongoCursor
PHP Manual