- PHP 手册
- 函数参考
- 针对命令行的扩展
- Newt
- Newt 函数
newt_suspend
(PECL newt >= 0.1)
newt_suspend — Tells newt to return the terminal to its initial state
说明
newt_suspend ( void ) : voidTells newt to return the terminal to its initial state. Once this is done, the application can suspend itself (by sending itself a SIGTSTP, fork a child program, or do whatever else it likes).
返回值
没有返回值。
参见
- newt_resume() - Resume using the newt interface after calling newt_suspend
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.newt-suspend.php