parent root
PHP: MongoDB\Driver\CursorId - Manual

The MongoDB\Driver\CursorId class

(mongodb >=1.0.0)

Introduction

The MongoDB\Driver\CursorID class is a value object that represents a cursor ID. Instances of this class are returned by MongoDB\Driver\Cursor::getId().

Class synopsis

final MongoDB\Driver\CursorId {
/* Methods */
final private __construct ( void )
final public __toString ( void ) : string
}

Table of Contents

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root