📄 function.newt-run-form.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Runs a form</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.newt-resume.html">newt_resume</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.newt-scale-set.html">newt_scale_set</a></div> <div class="up"><a href="ref.newt.html">Newt Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.newt-run-form" class="refentry"> <div class="refnamediv"> <h1 class="refname">newt_run_form</h1> <p class="verinfo">(PECL newt:0.1-1.1)</p><p class="refpurpose"><span class="refname">newt_run_form</span> — <span class="dc-title">Runs a form</span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type">resource</span> <span class="methodname"><b><b>newt_run_form</b></b></span> ( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$form</tt></span> )</div> <p class="para rdfs-comment"> This function runs the form passed to it. </p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> <dl> <dt> <span class="term"><i><tt class="parameter">form</tt></i></span> <dd> <p class="para"> Form component </p> </dd> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> The component which caused the form to stop running. </p> <blockquote><p><b class="note">Note</b>: Notice that this function doesn't fit in with newt's normal naming convention. It is an older interface which will not work for all forms. It was left in newt only for legacy applications. It is a simpler interface than the new <a href="function.newt-form-run.html" class="function">newt_form_run()</a> though, and is still used quite often as a result. When an application is done with a form, it destroys the form and all of the components the form contains. <br /> </p></blockquote> </div> <div class="refsect1 seealso"> <h3 class="title">See Also</h3> <p class="para"> <ul class="simplelist"> <li class="member"><a href="function.newt-form-run.html" class="function" rel="rdfs-seeAlso">newt_form_run()</a></li> <li class="member"><a href="function.newt-form-destroy.html" class="function" rel="rdfs-seeAlso">newt_form_destroy()</a></li> </ul> </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.newt-resume.html">newt_resume</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.newt-scale-set.html">newt_scale_set</a></div> <div class="up"><a href="ref.newt.html">Newt Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -