uTools-Manuals/docs/php/ncurses_init.html
2019-04-08 23:22:26 +08:00

53 lines
2.1 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>Initialize ncurses</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.ncurses-init" class="refentry">
<div class="refnamediv">
<h1 class="refname">ncurses_init</h1>
<p class="verinfo">(PHP 4 &gt;= 4.0.7, PHP 5 &lt; 5.3.0, PECL ncurses &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">ncurses_init</span> &mdash; <span class="dc-title">Initialize ncurses</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.ncurses-init-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>ncurses_init</strong></span>
( <span class="methodparam">void</span>
) : <span class="type"><span class="type void">void</span></span></div>
<p class="para rdfs-comment">
Initializes the ncurses interface. This function must be used before
any other ncurses function call.
</p>
<p class="para">
Note that <span class="function"><a href="ncurses_end.html" class="function">ncurses_end()</a></span> must be called before
exiting from the program, or the terminal will not
be restored to its proper non-visual mode.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.ncurses-init-parameters">
<h3 class="title">参数</h3>
<p class="para">此函数没有参数。</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.ncurses-init-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
没有返回值。
</p>
</div>
<div class="refsect1 seealso" id="refsect1-function.ncurses-init-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="ncurses_end.html" class="function" rel="rdfs-seeAlso">ncurses_end()</a> - Stop using ncurses, clean up the screen</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>