MongoDB\Driver\CursorId
PHP Manual

MongoDB\Driver\CursorId::__construct

(mongodb >=0.2.0)

MongoDB\Driver\CursorId::__constructDescription

Description

final public MongoDB\Driver\CursorId::__construct ( string $id )

Parameters

id

Return Values

Errors/Exceptions

Examples

Example #1 MongoDB\Driver\CursorId::__construct() example

<?php

/* ... */

?>

The above example will output something similar to:

...

See Also


MongoDB\Driver\CursorId
PHP Manual