MongoDB\Driver\Cursor
PHP Manual

MongoDB\Driver\Cursor::__construct

(mongodb >=1.0.0)

MongoDB\Driver\Cursor::__constructDescription

Description

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

Liste de paramètres

server

responseDocument

Valeurs de retour

Erreurs / Exceptions

Exemples

Exemple #1 Exemple avec MongoDB\Driver\Cursor::__construct()

<?php

/* ... */

?>

L'exemple ci-dessus va afficher quelque chose de similaire à :

...

Voir aussi


MongoDB\Driver\Cursor
PHP Manual