MongoCollection
PHP Manual

MongoCollection::getSlaveOkay

(PECL mongo >=1.1.0)

MongoCollection::getSlaveOkayGet slaveOkay setting for this collection

Description

public bool MongoCollection::getSlaveOkay ( void )

See the query section of this manual for information on distributing reads to slaves.

Parameters

This function has no parameters.

Return Values

Returns the value of slaveOkay for this instance.


MongoCollection
PHP Manual