mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 13:57:03 +08:00
107 lines
2.9 KiB
HTML
107 lines
2.9 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>Sets a value</title>
|
||
</head>
|
||
<body class="docs"><div id="layout">
|
||
<div id="layout-content"><div id="function.px-set-value" class="refentry">
|
||
<div class="refnamediv">
|
||
<h1 class="refname">px_set_value</h1>
|
||
<p class="verinfo">(PECL paradox >= 1.1.0)</p><p class="refpurpose"><span class="refname">px_set_value</span> — <span class="dc-title">Sets a value</span></p>
|
||
|
||
</div>
|
||
|
||
<div class="refsect1 description" id="refsect1-function.px-set-value-description">
|
||
<h3 class="title">说明</h3>
|
||
<div class="methodsynopsis dc-description">
|
||
<span class="methodname"><strong>px_set_value</strong></span>
|
||
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$pxdoc</code></span>
|
||
, <span class="methodparam"><span class="type">string</span> <code class="parameter">$name</code></span>
|
||
, <span class="methodparam"><span class="type">float</span> <code class="parameter">$value</code></span>
|
||
) : <span class="type">bool</span></div>
|
||
|
||
<p class="para rdfs-comment">
|
||
Sets various values.
|
||
</p>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 parameters" id="refsect1-function.px-set-value-parameters">
|
||
<h3 class="title">参数</h3>
|
||
<p class="para">
|
||
<dl>
|
||
|
||
|
||
<dt>
|
||
<code class="parameter">pxdoc</code></dt>
|
||
|
||
<dd>
|
||
|
||
<p class="para">
|
||
Resource identifier of the paradox database
|
||
as returned by <span class="function"><a href="px_new.html" class="function">px_new()</a></span>.
|
||
</p>
|
||
</dd>
|
||
|
||
|
||
|
||
<dt>
|
||
<code class="parameter">name</code></dt>
|
||
|
||
<dd>
|
||
|
||
<p class="para">
|
||
<code class="parameter">name</code> can be one of the following.</p>
|
||
<dl>
|
||
|
||
|
||
<dt>
|
||
numprimkeys</dt>
|
||
|
||
<dd>
|
||
|
||
<p class="para">
|
||
The number of primary keys. Paradox databases always use the first
|
||
<strong class="option unknown">numprimkeys</strong>
|
||
fields for the primary index.
|
||
</p>
|
||
</dd>
|
||
|
||
|
||
</dl>
|
||
|
||
</dd>
|
||
|
||
|
||
|
||
<dt>
|
||
<code class="parameter">value</code></dt>
|
||
|
||
<dd>
|
||
|
||
<p class="para">
|
||
</p>
|
||
</dd>
|
||
|
||
|
||
</dl>
|
||
|
||
</p>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 returnvalues" id="refsect1-function.px-set-value-returnvalues">
|
||
<h3 class="title">返回值</h3>
|
||
<p class="para">成功时返回 <strong><code>TRUE</code></strong>, 或者在失败时返回 <strong><code>FALSE</code></strong>。</p>
|
||
</div>
|
||
|
||
|
||
<div class="refsect1 seealso" id="refsect1-function.px-set-value-seealso">
|
||
<h3 class="title">参见</h3>
|
||
<p class="para">
|
||
<span class="function"><a href="px_set_parameter.html" class="function" rel="rdfs-seeAlso">px_set_parameter()</a> - Sets a parameter</span>
|
||
</p>
|
||
</div>
|
||
|
||
</div></div></div></body></html> |