Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18280 программистов и 1683 робота. Сейчас ищут 703 программиста ...
newt_refresh - Updates modified portions of the screen
Вернуться к: Newt Функции
newt_refresh
(PECL newt >= 0.1)
newt_refresh — Updates modified portions of the screen
Описание
void newt_refresh
( void
)
To increase performance, newt only updates the display when it needs to, not when the program tells it to write to the terminal. Applications can force newt to immediately update modified portions of the screen by calling this function.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Вернуться к: Newt Функции