ncurses_pnoutrefresh

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)

ncurses_pnoutrefreshCopies a region from a pad into the virtual screen

Опис

int ncurses_pnoutrefresh ( resource $pad , int $pminrow , int $pmincol , int $sminrow , int $smincol , int $smaxrow , int $smaxcol )
Увага

This function is currently not documented; only its argument list is available.

Параметри

pad

pminrow

pmincol

sminrow

smincol

smaxrow

smaxcol

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top