MongoClient
PHP Manual

MongoClient::__toString

(PECL mongo >=1.3.0)

MongoClient::__toString该连接的字符串表达方式

This extension that defines this method is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this method in the new extension.

说明

public string MongoClient::__toString ( void )

参数

此函数没有参数。

返回值

返回此连接的主机名和端口号。


MongoClient
PHP Manual