MongoDB\Controlador
PHP Manual

The MongoDB\Driver\Cursor class

(mongodb >=1.0.0)

Introducción

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.

Sinopsis de la Clase

MongoDB\Driver\Cursor implements Traversable {
/* Métodos */
final private __construct ( void )
final public MongoDB\Driver\CursorId getId ( void )
final public MongoDB\Driver\Server getServer ( void )
final public bool isDead ( void )
final public void setTypeMap ( array $typemap )
final public array toArray ( void )
}

Tabla de contenidos


MongoDB\Controlador
PHP Manual