SQLSRV_GET_CONFIG(3) SQLSRV_GET_CONFIG(3)
sqlsrv_get_config - Returns the value of the specified configuration setting
SYNOPSIS
mixed sqlsrv_get_config (string $setting)
DESCRIPTION
Returns the value of the specified configuration setting.
PARAMETERS
o $setting
- The name of the setting for which the value is returned. For a list of configurable settings, see sqlsrv_configure(3).
RETURN VALUES
Returns the value of the specified setting. If an invalid setting is specified, FALSE is returned.
SEE ALSO
sqlsrv_configure(3).
PHP Documentation Group SQLSRV_GET_CONFIG(3)