![]() | mysql_get_server_infoDescriptionstring mysql_get_server_info ( [resource link_identifier])mysql_get_server_info() returns the server version used by connection link_identifier. If link_identifier is omitted, the last opened connection will be used.
See also mysql_get_client_info(), mysql_get_host_info() and mysql_get_proto_info(). | ![]() |