PHP Interface MongoCursorInterface

Inheritance: extends Iterator
Afficher le fichier Open project: alcaeus/mongo-php-adapter Interface Usage Examples

Méthodes publiques

Méthode Description
batchSize ( integer $batchSize ) : MongoCursorInterface
dead ( ) : boolean
getReadPreference ( ) : array
info ( ) : array
setReadPreference ( string $read_preference, array | null $tags = null ) : MongoCursorInterface
timeout ( integer $ms ) : MongoCursorInterface

Method Details

batchSize() public méthode

public batchSize ( integer $batchSize ) : MongoCursorInterface
$batchSize integer
Résultat MongoCursorInterface

dead() public méthode

public dead ( ) : boolean
Résultat boolean

getReadPreference() public méthode

public getReadPreference ( ) : array
Résultat array

info() public méthode

public info ( ) : array
Résultat array

setReadPreference() public méthode

public setReadPreference ( string $read_preference, array | null $tags = null ) : MongoCursorInterface
$read_preference string
$tags array | null
Résultat MongoCursorInterface

timeout() public méthode

public timeout ( integer $ms ) : MongoCursorInterface
$ms integer
Résultat MongoCursorInterface