array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.sqlsrv-get-config.php', 1 => 'sqlsrv_get_config', 2 => 'Returns the value of the specified configuration setting', ), 'up' => array ( 0 => 'ref.sqlsrv.php', 1 => 'SQLSRV Funzioni', ), 'prev' => array ( 0 => 'function.sqlsrv-free-stmt.php', 1 => 'sqlsrv_free_stmt', ), 'next' => array ( 0 => 'function.sqlsrv-get-field.php', 1 => 'sqlsrv_get_field', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/sqlsrv/functions/sqlsrv-get-config.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

sqlsrv_get_config

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

sqlsrv_get_configReturns the value of the specified configuration setting

Descrizione

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: