update : 2015.11.03
php.shukuma.com

검색:
 
 
The MongoDB\Driver\Cursor class

The MongoDB\Driver\Cursor class

(mongodb >=0.2.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 public __construct ( Server $server , string $responseDocument )
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 )
}

Table of Contents