sqlsrv_get_config
Returns the current value of the specified configuration setting.
$setting: The configuration setting for which the value is returned. For a list of configurable settings, see sqlsrv_configure.
If false is returned by sqlsrv_get_config, you must call sqlsrv_errors to determine if an error occurred or if false is the value of the setting specified by the $setting parameter.