(mongodb >=0.2.0)
MongoDB\Driver\Cursor::getServer — Returns the Server object to which this cursor is attached
Esta función no tiene parámetros.
Ejemplo #1 MongoDB\Driver\Cursor::getServer() example
<?php
/* ... */
?>
El resultado del ejemplo sería algo similar a:
...