Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 58998 программистов и 2450 роботов. Сейчас ищут 1008 программистов ...
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