sqlsrv_get_config

Returns the value of the specified configuration setting

Beschreibung

mixed sqlsrv_get_config ( string $setting )

Returns the value of the specified configuration setting.

Parameter-Liste

setting

The name of the setting for which the value is returned. For a list of configurable settings, see sqlsrv_configure.

Rückgabewerte

Returns the value of the specified setting. If an invalid setting is specified, FALSE is returned.

Siehe auch

  • sqlsrv_configure