The MongoCursorInterface interface MongoCursorInterface
&reftitle.intro; Interface for cursors, which can be used to iterate through results of a database query or command. This interface is implemented by the MongoCursor and MongoCommandCursor classes. Similar to Traversable, this interface cannot be implemented in PHP scripts.
&reftitle.classsynopsis; MongoCursorInterface MongoCursorInterface extends Iterator &Methods; &InheritedMethods;
&reference.mongo.entities.mongocursorinterface;