Query: sqlsrv_get_config
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQLSRV_GET_CONFIG(3) SQLSRV_GET_CONFIG(3) sqlsrv_get_config - Returns the value of the specified configuration settingSYNOPSISmixed sqlsrv_get_config (string $setting)DESCRIPTIONReturns the value of the specified configuration setting.PARAMETERSo $setting - The name of the setting for which the value is returned. For a list of configurable settings, see sqlsrv_configure(3).RETURN VALUESReturns the value of the specified setting. If an invalid setting is specified, FALSE is returned.SEE ALSOsqlsrv_configure(3). PHP Documentation Group SQLSRV_GET_CONFIG(3)