MongoCursor
PHP Manual

MongoCursor::hint

(PECL mongo >=0.9.0)

MongoCursor::hintGives the database a hint about the query

Açıklama

public MongoCursor MongoCursor::hint ( array $key_pattern )

Değiştirgeler

key_pattern

Indexes to use for the query.

Dönen Değerler

Returns this cursor.

Hatalar/İstisnalar

Throws MongoCursorException if this cursor has started iterating.


MongoCursor
PHP Manual