|
MysqlndUhConnection::getHostInformation(PECL mysqlnd-uh >= 1.0.0-alpha) MysqlndUhConnection::getHostInformation — Returns a string representing the type of connection used Описание
public string MysqlndUhConnection::getHostInformation
( mysqlnd_connection $connection
)
Returns a string representing the type of connection used. Список параметров
Возвращаемые значенияConnection description. Примеры
Пример #1 MysqlndUhConnection::getHostInformation() example
<?php Результат выполнения данного примера: proxy::getHostInformation(array ( 0 => NULL, )) proxy::getHostInformation returns 'Localhost via UNIX socket' string(25) "Localhost via UNIX socket" Смотрите также
|
|