Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18212 программистов и 1678 роботов. Сейчас ищут 692 программиста ...
newt_suspend - Tells newt to return the terminal to its initial state
Вернуться к: Newt Функции
newt_suspend
(PECL newt >= 0.1)
newt_suspend — Tells 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 Функции