MysqlndUhConnection::getHostInformation
Returns a string representing the type of connection used
&reftitle.description;
public stringMysqlndUhConnection::getHostInformation
mysqlnd_connectionconnection
Returns a string representing the type of connection used.
&reftitle.parameters;
connection
Mysqlnd connection handle. Do not modify!
&reftitle.returnvalues;
Connection description.
&reftitle.examples;
MysqlndUhConnection::getHostInformation example
host_info);
?>
]]>
&example.outputs;
NULL,
))
proxy::getHostInformation returns 'Localhost via UNIX socket'
string(25) "Localhost via UNIX socket"
]]>
&reftitle.seealso;
mysqlnd_uh_set_connection_proxy
mysqli_get_host_info
mysql_get_host_info