PHP Dokumentation: Function newt-suspend
12. Januar 2010 von werner
newt_suspend
(PECL newt >= 0.1)
newt_suspend — Tells newt to return the terminal to its initial state
Beschreibung
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).
Rückgabewerte
Es wird kein Wert zurückgegeben.
Siehe auch
- newt_resume() – Resume using the newt interface after calling newt_suspend