sqlsrv_get_config
PHP Manual
PHP Manual»SQLSRV Funzioni»sqlsrv_get_config

sqlsrv_get_config

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

sqlsrv_get_configReturns the value of the specified configuration setting

Descrizione

function sqlsrv_get_config(string $setting): mixed

Returns the value of the specified configuration setting.

Elenco dei parametri

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

Valori restituiti

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

Vedere anche:

To Top