sqlsrv_client_info

sqlsrv_client_info - Returns information about the client and specified connection
Manual
Code Examples

sqlsrv_client_info( resource$conn ): array

Returns information about the client and specified connection

Parameters

conn

The connection about which information is returned.

Return Values

Returns an associative array with keys described in the table below. Returns false otherwise.

Array returned by sqlsrv_client_info
Key Description
DriverDllName SQLNCLI10.DLL
DriverODBCVer ODBC version (xx.yy)
DriverVer SQL Server Native Client DLL version (10.5.xxx)
ExtensionVer php_sqlsrv.dll version (2.0.xxx.x)

Related Functions

Example of sqlsrv_client_info

Show all examples for sqlsrv_client_info

PHP Version: