MysqlndUhConnection::getServerInformation
Returns the version of the MySQL server
&reftitle.description;
public stringMysqlndUhConnection::getServerInformation
mysqlnd_connectionconnection
Returns the version of the MySQL server.
&reftitle.parameters;
connection
Mysqlnd connection handle. Do not modify!
&reftitle.returnvalues;
The server version.
&reftitle.examples;
MysqlndUhConnection::getServerInformation example
server_info);
?>
]]>
&example.outputs;
NULL,
))
proxy::getServerInformation returns '5.1.45-debug-log'
string(16) "5.1.45-debug-log"
]]>
&reftitle.seealso;
mysqlnd_uh_set_connection_proxy
mysqli_get_server_info
mysql_get_server_info