(No version information available, might only be in Git)
sqlsrv_get_config — Returns the value of the specified configuration setting
sqlsrv_get_config(string $setting): mixed
Returns the value of the specified configuration setting.
settingThe 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.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.sqlsrv-get-config.php