- PHP 手册
- 函数参考
- 数据库扩展
- 针对各数据库系统对应的扩展
- Mongo
- 核心类
- MongoClient
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 MongoClient::__toString ( void ) : string参数
此函数没有参数。
返回值
返回此连接的主机名和端口号。
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/mongoclient.tostring.php