sqlsrv_server_info
Returns information about the server
&reftitle.description;
arraysqlsrv_server_info
resourceconn
Returns information about the server.
&reftitle.parameters;
conn
The connection resource that connects the client and the server.
&reftitle.returnvalues;
Returns an array as described in the following table:
Returned Array
CurrentDatabase
The connected-to database.
SQLServerVersion
The SQL Server version.
SQLServerName
The name of the server.
&reftitle.examples;
sqlsrv_server_info example
$value) {
echo $key.": ".$value."
";
}
} else {
die( print_r( sqlsrv_errors(), true));
}
?>
]]>
&reftitle.seealso;
sqlsrv_client_info