MONGO.SETSLAVEOKAY(3) 1 MONGO.SETSLAVEOKAY(3) Mongo::setSlaveOkay - Change slaveOkay setting for this connectionSYNOPSISpublic bool Mongo::setSlaveOkay ([bool $ok = true])DESCRIPTIONSee the query section of this manual for information on distributing reads to secondaries.PARAMETERSo $ok - If reads should be sent to secondary members of a replica set for all possible queries using this MongoClient instance.RETURN VALUESReturns the former value of slaveOkay for this instance.CHANGELOG+--------+-------------------------------+ |Version | | | | | | | Description | | | | +--------+-------------------------------+ |1.2.11 | | | | | | | Emits E_DEPRECATED when used. | | | | +--------+-------------------------------+ SEE ALSO"Read Preferences , MongoClient::setReadPreference. PHP Documentation Group MONGO.SETSLAVEOKAY(3)