- PHP 手册
- 函数参考
- 数据库扩展
- 针对各数据库系统对应的扩展
- Mongo
- Exceptions
- MongoCursorException
MongoCursorException::getHost
(PECL mongo >= 1.0.0)
MongoCursorException::getHost — 遇到该错误的服务器的 hostname
说明
public MongoCursorException::getHost ( void ) : string返回发送查询到该服务器的 hostname。
参数
此函数没有参数。
返回值
返回 hostname,如果 hostname 是未知的则是 NULL。
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/mongocursorexception.gethost.php