<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.sqlsrv.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  '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 Functions',
  ),
  '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);

?>
<div id="function.sqlsrv-get-config" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">sqlsrv_get_config</h1>
  <p class="verinfo">(No version information available, might only be in Git)</p><p class="refpurpose"><span class="refname">sqlsrv_get_config</span> &mdash; <span class="dc-title">Returns the value of the specified configuration setting</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.sqlsrv-get-config-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>sqlsrv_get_config</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$setting</code></span>): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>

  <p class="simpara">
   Returns the value of the specified configuration setting.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.sqlsrv-get-config-parameters">
  <h3 class="title">Parameters</h3>
  <dl>
   
    <dt><code class="parameter">setting</code></dt>
    <dd>
     <span class="simpara">
      The name of the setting for which the value is returned. For a list of
      configurable settings, see <span class="function"><a href="function.sqlsrv-configure.php" class="function">sqlsrv_configure()</a></span>.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.sqlsrv-get-config-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="simpara">
   Returns the value of the specified setting. If an invalid setting is specified,
   <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> is returned.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.sqlsrv-get-config-seealso">
  <h3 class="title">See Also</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.sqlsrv-configure.php" class="function" rel="rdfs-seeAlso">sqlsrv_configure()</a> - Changes the driver error handling and logging configurations</span></li>
  </ul>
 </div>

</div><?php manual_footer($setup); ?>