sqlsrv_client_info(Информация о версии неизвестна, возможно, только в SVN) sqlsrv_client_info — Returns information about the client and specified connection Описание
array sqlsrv_client_info
( resource $conn
)
Returns information about the client and specified connection Список параметров
Возвращаемые значенияReturns an associative array with keys described in the table below. Returns FALSE otherwise.
Примеры
Пример #1 sqlsrv_client_info() example
<?php |
||||||||||||