Newt 函数
PHP Manual

newt_suspend

(PECL newt >= 0.1)

newt_suspendTells newt to return the terminal to its initial state

说明

void newt_suspend ( void )

Tells 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 函数
PHP Manual