function.px-set-tablename.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 97 行
HTML
97 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Sets the name of a table (deprecated)</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.px-set-parameter.html">px_set_parameter</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.px-set-targetencoding.html">px_set_targetencoding</a></div> <div class="up"><a href="ref.paradox.html">Paradox Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><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-1.4.1)</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"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type"><span class="type void">void</span></span> <span class="methodname"><b><b>px_set_tablename</b></b></span> ( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$pxdoc</tt></span> , <span class="methodparam"><span class="type">string</span> <tt class="parameter">$name</tt></span> )</div> <p class="para rdfs-comment"> Sets the table name of a paradox database, which was created with <a href="function.px-create-fp.html" class="function">px_create_fp()</a>. This function is deprecated use <a href="function.px-set-parameter.html" class="function">px_set_parameter()</a> instead. </p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> <dl> <dt> <span class="term"><i><tt class="parameter">pxdoc</tt></i></span> <dd> <p class="para"> Resource identifier of the paradox database as returned by <a href="function.px-new.html" class="function">px_new()</a>. </p> </dd> </dt> <dt> <span class="term"><i><tt class="parameter">tablename</tt></i></span> <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> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> Returns <b><tt>NULL</tt></b> on success or <b><tt>FALSE</tt></b> on failure. </p> </div> <div class="refsect1 seealso"> <h3 class="title">See Also</h3> <p class="para"> <a href="function.px-set-parameter.html" class="function" rel="rdfs-seeAlso">px_set_parameter()</a> </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.px-set-parameter.html">px_set_parameter</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.px-set-targetencoding.html">px_set_targetencoding</a></div> <div class="up"><a href="ref.paradox.html">Paradox Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?