MongoDB\Driver
PHP Manual

The MongoDB\Driver\Cursor class

(mongodb >=1.0.0)

Введение

The MongoDB\Driver\Cursor class encapsulates the results of a MongoDB command or query and may be returned by MongoDB\Driver\Manager::executeCommand() or MongoDB\Driver\Manager::executeQuery(), respectively.

Обзор классов

MongoDB\Driver\Cursor implements Traversable {
/* Методы */
final private __construct ( void )
final public MongoDB\Driver\CursorId getId ( void )
final public MongoDB\Driver\Server getServer ( void )
final public boolean isDead ( void )
final public void setTypeMap ( array $typemap )
final public array toArray ( void )
}

Содержание


MongoDB\Driver
PHP Manual