PHP » GoLang |
login |
register |
about
|
GoLang maxdb_get_server_info
request it (400)
GoLang replacement for PHP's maxdb_get_server_info
[edit | history]
maxdb_get_server_infomaxdb::server_info(PECL maxdb >= 1.0) maxdb_get_server_info -- maxdb::server_info — Returns the version of the MaxDB server DescriptionProcedural style
string maxdb_get_server_info
( resource
$link
)Object oriented style string $maxdb->server_info;
Returns a string representing the version of the MaxDB server that the
MaxDB extension is connected to (represented by the
Return ValuesA character string representing the server version. ExamplesExample #1 Object oriented style
<?php Example #2 Procedural style
<?php The above example will output something similar to: Server version: Kernel 7<...> See Also
|
more
Recently updated
more
Most requested
more
Last requests
|