Mongo::getSlave

(PECL mongo >=1.1.0)

Mongo::getSlaveReturns the address being used by this for slaveOkay reads

说明

public Mongo::getSlave ( void ) : string

This finds the address of the secondary currently being used for reads. It is a read-only method: it does not change anything about the internal state of the object.

When you create a connection to the database, the driver will not immediately decide on a secondary to use. Thus, after you connect, this function will return NULL even if there are secondaries available. When you first do a query with slaveOkay set, at that point the driver will choose a secondary for this connection. At that point, this function will return the chosen secondary.

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

参数

此函数没有参数。

返回值

The address of the secondary this connection is using for reads.

This returns NULL if this is not connected to a replica set or not yet initialized.

错误/异常

Issues E_DEPRECATED warning

The returned results aren't really useful as the secondary selection process is done on each query and database command execution.

更新日志

版本 说明
1.2.11 Emits E_DEPRECATED when used.

参见

相关文章
php eventbufferevent returns version of cipher used by current ssl connectionphp eventbufferevent returns the name of the protocol used for current ssl connectionphp evloop returns an integer describing the backend used by libevphp mcve 函数 returns array of strings which represents the keys that can be used for response parameters on this transactionphp maxdb 函数 returns a string representing the type of connection usedphp mysqlnd ms 函数 returns an array which describes the last used connectionphp svn 函数 creates and returns a stream that will be used to replacephp gmagickdraw returns the color used for stroking object outlinesphp gmagickdraw returns the width of the stroke used to draw object outlinesphp gmagickdraw returns the code set used for text annotationsphp imagickdraw returns the opacity used when drawingphp imagickdraw returns the shape to be used at the end of open subpaths when they are strokedphp imagickdraw returns the shape to be used at the corners of paths when they are strokedphp imagickdraw returns the width of the stroke used to draw object outlinesphp memcached check if a persitent connection to memcache is being usedphp mongo returns the address being used by this for slaveokay readsphp mongo returns information about all connection poolsphp mongo choose a new secondary for slaveokay readsphp mongogridfsfile returns a resource that can be used to read the stored filephp phar used to determine whether phar write operations are being buffered or are flushing directly to disk
关注编程学问公众号