SQLSRV 函数
在线手册:中文 英文
PHP手册

sqlsrv_get_config

(No version information available, might only be in SVN)

sqlsrv_get_configReturns the value of the specified configuration setting

说明

mixed sqlsrv_get_config ( string $setting )

Returns the value of the specified configuration setting.

参数

setting

The name of the setting for which the value is returned. For a list of configurable settings, see sqlsrv_configure().

返回值

Returns the value of the specified setting. If an invalid setting is specified, FALSE is returned.

参见


SQLSRV 函数
在线手册:中文 英文
PHP手册