mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 05:26:57 +08:00
83 lines
2.8 KiB
HTML
83 lines
2.8 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 the name of a table (deprecated)</title>
|
|
</head>
|
|
<body class="docs"><div id="layout">
|
|
<div id="layout-content"><div id="function.px-set-tablename" class="refentry">
|
|
<div class="refnamediv">
|
|
<h1 class="refname">px_set_tablename</h1>
|
|
<p class="verinfo">(PECL paradox >= 1.0.0)</p><p class="refpurpose"><span class="refname">px_set_tablename</span> — <span class="dc-title">Sets the name of a table (deprecated)</span></p>
|
|
|
|
</div>
|
|
|
|
<div class="refsect1 description" id="refsect1-function.px-set-tablename-description">
|
|
<h3 class="title">说明</h3>
|
|
<div class="methodsynopsis dc-description">
|
|
<span class="methodname"><strong>px_set_tablename</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="type"><span class="type void">void</span></span></div>
|
|
|
|
<p class="para rdfs-comment">
|
|
Sets the table name of a paradox database, which was created with
|
|
<span class="function"><a href="px_create_fp.html" class="function">px_create_fp()</a></span>. This function is deprecated use
|
|
<span class="function"><a href="px_set_parameter.html" class="function">px_set_parameter()</a></span> instead.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 parameters" id="refsect1-function.px-set-tablename-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">tablename</code></dt>
|
|
|
|
<dd>
|
|
|
|
<p class="para">
|
|
The name of the table. If it is not set explicitly it will be set
|
|
to the name of the database file.
|
|
</p>
|
|
</dd>
|
|
|
|
|
|
</dl>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 returnvalues" id="refsect1-function.px-set-tablename-returnvalues">
|
|
<h3 class="title">返回值</h3>
|
|
<p class="para">
|
|
Returns <strong><code>NULL</code></strong> on success 或者在失败时返回 <strong><code>FALSE</code></strong>.
|
|
</p>
|
|
</div>
|
|
|
|
|
|
<div class="refsect1 seealso" id="refsect1-function.px-set-tablename-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> |