PHP Velho Oeste 2024

MongoCursor::current

(PECL mongo >=0.9.0)

MongoCursor::currentDevuelve el elemento actual

Descripción

public MongoCursor::current ( void ) : array

Devuelve NULL hasta que se llame a MongoCursor::next().

Parámetros

Esta función no tiene parámetros.

Valores devueltos

El documento de resultados actual como array asociativo. Se devolverá NULL si no hubiera resultados.

Ver también

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top