MongoCursor
PHP Manual

MongoCursor::current

(PECL mongo >=0.9.0)

MongoCursor::currentRetourne l'élément courant

Description

public array MongoCursor::current ( void )

Retourne NULL tant que la méthode MongoCursor::next() est appelé.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Le résultat courant, sous la forme d'un tableau associatif.


MongoCursor
PHP Manual