PHP » GoLang |
login |
register |
about
|
GoLang maxdb_get_host_info
request it (384)
GoLang replacement for PHP's maxdb_get_host_info
[edit | history]
maxdb_get_host_infomaxdb::get_host_info(PECL maxdb >= 1.0) maxdb_get_host_info -- maxdb::get_host_info — Returns a string representing the type of connection used DescriptionProcedural style
string maxdb_get_host_info
( resource
$link
)Object oriented style string $maxdb->host_info;
The maxdb_get_host_info() function returns a string
describing the connection represented by the Return ValuesA character string representing the server hostname and the connection type. ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Host info: localhost |
more
Recently updated
more
Most requested
more
Last requests
|