update : 2015.11.03
php.shukuma.com

검색:
 
 
Returns the value of the specified configuration setting

sqlsrv_get_config

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

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.

참고