📄 function.ncurses-delch.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Delete character at current position, move rest of line left</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.ncurses-delay-output.html">ncurses_delay_output</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.ncurses-deleteln.html">ncurses_deleteln</a></div> <div class="up"><a href="ref.ncurses.html">Ncurses Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.ncurses-delch" class="refentry"> <div class="refnamediv"> <h1 class="refname">ncurses_delch</h1> <p class="verinfo">(PHP 4 >= 4.0.7, PHP 5, PECL ncurses:1.0.0)</p><p class="refpurpose"><span class="refname">ncurses_delch</span> — <span class="dc-title">Delete character at current position, move rest of line left </span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type">bool</span> <span class="methodname"><b><b>ncurses_delch</b></b></span> ( <span class="methodparam">void</span> )</div> <div class="warning"><b class="warning">Warning</b><p class="simpara">This function is<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this function, its name, andsurrounding documentation may change without notice in a future release of PHP.This function should be used at your own risk.</p></div> <p class="para"> Deletes the character under the cursor. All characters to the right of the cursor on the same line are moved to the left one position and the last character on the line is filled with a blank. The cursor position does not change. </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> Returns <b><tt>FALSE</tt></b> on success, <b><tt>TRUE</tt></b> otherwise. </p> </div> <div class="refsect1 seealso"> <h3 class="title">See Also</h3> <p class="para"> <ul class="simplelist"> <li class="member"><a href="function.ncurses-deleteln.html" class="function" rel="rdfs-seeAlso">ncurses_deleteln()</a></li> </ul> </p> </div></div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.ncurses-delay-output.html">ncurses_delay_output</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.ncurses-deleteln.html">ncurses_deleteln</a></div> <div class="up"><a href="ref.ncurses.html">Ncurses 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 + -