Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16123 программиста и 1772 робота. Сейчас ищут 1862 программиста ...
newt_set_suspend_callback - Ошибка
Вернуться к: Newt Функции
newt_set_suspend_callback
(PECL newt >= 0.1)
newt_set_suspend_callback — Set a callback function which gets invoked when user presses the suspend key
Описание
Set a callback function which gets invoked when user presses the suspend key (normally ^Z). If no suspend callback is registered, the suspend keystroke is ignored.
Список параметров
-
function
-
A callback function, which accepts one argument: data
-
data
-
This data is been passed to the callback function
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Смотрите также
- newt_suspend() - Tells newt to return the terminal to its initial state
- newt_resume() - Resume using the newt interface after calling newt_suspend
Вернуться к: Newt Функции