MongoDB\Driver\Cursor
PHP Manual

MongoDB\Driver\Cursor::__construct

(mongodb >=0.2.0)

MongoDB\Driver\Cursor::__constructDescription

Descripción

final public MongoDB\Driver\Cursor::__construct ( Server $server , string $responseDocument )

Parámetros

server

responseDocument

Valores devueltos

Errores/Excepciones

Ejemplos

Ejemplo #1 MongoDB\Driver\Cursor::__construct() example

<?php

/* ... */

?>

El resultado del ejemplo sería algo similar a:

...

Ver también


MongoDB\Driver\Cursor
PHP Manual