php man page for mongocursorinterface

Query: mongocursorinterface

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MONGOCURSORINTERFACE(3) 						 1						   MONGOCURSORINTERFACE(3)

The MongoCursorInterface interface

INTRODUCTION
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. Note Similar to Traversable, this interface cannot be implemented in PHP scripts.
CLASS SYNOPSIS
MongoCursorInterface MongoCursorInterfaceextends Iterator Methods o abstractpublic MongoCursorInterface MongoCursorInterface::batchSize (int $batchSize) o abstractpublic bool MongoCursorInterface::dead (void ) o abstractpublic array MongoCursorInterface::getReadPreference (void ) o abstractpublic array MongoCursorInterface::info (void ) o abstractpublic MongoCursorInterface MongoCursorInterface::setReadPreference (string $read_preference, [array $tags]) o abstractpublic MongoCursorInterface MongoCursorInterface::timeout (int $ms) Inherited methods o abstractpublic mixed Iterator::current (void ) o abstractpublic scalar Iterator::key (void ) o abstractpublic void Iterator::next (void ) o abstractpublic void Iterator::rewind (void ) o abstractpublic boolean Iterator::valid (void ) PHP Documentation Group MONGOCURSORINTERFACE(3)
Related Man Pages
recursivecachingiterator(3) - php
iteratoraggregate(3) - php
yaf_config_simple(3) - php
arrayaccess(3) - php
mongocursor.getreadpreference(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch