PHP » GoLang |
login |
register |
about
|
GoLang mysqli::$server_info
request it (418)
GoLang replacement for PHP's mysqli::$server_info
[edit | history]
mysqli::$server_infomysqli::get_server_infomysqli_get_server_info(PHP 5, PHP 7) mysqli::$server_info -- mysqli::get_server_info -- mysqli_get_server_info — Returns the version of the MySQL server DescriptionObject oriented style string $mysqli->server_info;
string mysqli_stmt::get_server_info
( void
)
Procedural style Returns a string representing the version of the MySQL server that the MySQLi extension is connected to. Parameters
Return ValuesA character string representing the server version. ExamplesExample #1 $mysqli->server_info example Object oriented style
<?php Procedural style
<?php The above examples will output: Server version: 4.1.2-alpha-debug See Also
|
more
Recently updated
more
Most requested
more
Last requests
|