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; <function>sqlsrv_server_info</function> example $value) { echo $key.": ".$value."
"; } } else { die( print_r( sqlsrv_errors(), true)); } ?> ]]>
&reftitle.seealso; sqlsrv_client_info