PHP » GoLang |
login |
register |
about
|
GoLang mysqli::$host_info
request it (422)
GoLang replacement for PHP's mysqli::$host_info
[edit | history]
mysqli::$host_infomysqli_get_host_info(PHP 5, PHP 7) mysqli::$host_info -- mysqli_get_host_info — Returns a string representing the type of connection used DescriptionObject oriented style string $mysqli->host_info;
Procedural style
Returns a string describing the connection represented by
the Parameters
Return ValuesA character string representing the server hostname and the connection type. ExamplesExample #1 $mysqli->host_info example Object oriented style
<?php Procedural style
<?php The above examples will output: Host info: Localhost via UNIX socket |
more
Recently updated
more
Most requested
more
Last requests
|