The MongoDB\Driver\CursorInterface interface
(mongodb >=1.6.0)
Introducción
This interface is implemented by
MongoDB\Driver\Cursor to be used as
a parameter, return, or property type in userland classes.
Sinopsis de la Clase
class MongoDB\Driver\CursorInterface
implements
Traversable {
abstract public isDead():
bool
}
Tabla de contenidos
There are no user contributed notes for this page.