uTools-Manuals/docs/php/sqlsrv_get_config.html
2019-04-28 19:00:34 +08:00

69 lines
2.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Returns the value of the specified configuration setting</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><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">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>sqlsrv_get_config</strong></span>
( <span class="methodparam"><span class="type">string</span> <code class="parameter">$setting</code></span>
) : <span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span></div>
<p class="para rdfs-comment">
Returns the value of the specified configuration setting.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.sqlsrv-get-config-parameters">
<h3 class="title">参数</h3>
<p class="para">
<dl>
<dt>
<code class="parameter">setting</code></dt>
<dd>
<p class="para">
The name of the setting for which the value is returned. For a list of
configurable settings, see <span class="function"><a href="sqlsrv_configure.html" class="function">sqlsrv_configure()</a></span>.
</p>
</dd>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.sqlsrv-get-config-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
Returns the value of the specified setting. If an invalid setting is specified,
<strong><code>FALSE</code></strong> is returned.
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.sqlsrv-get-config-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="sqlsrv_configure.html" class="function" rel="rdfs-seeAlso">sqlsrv_configure()</a> - Changes the driver error handling and logging configurations</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>