Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 65275 программистов и 5367 роботов. Сейчас ищет 2031 программист ...
MongoClient::__toString - String representation of this connection
Вернуться к: MongoClient
MongoClient::__toString
(PECL mongo >=1.3.0)
MongoClient::__toString — String representation of this connection
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
)
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns hostname and port for this connection.
Вернуться к: MongoClient