newt_open_window

(PECL newt >= 0.1)

newt_open_windowOpen a window of the specified size and position

说明

newt_open_window ( int $left , int $top , int $width , int $height [, string $title ] ) : int

Open a window of the specified size and position.

参数

left

Location of the upper left-hand corner of the window (column number)

top

Location of the upper left-hand corner of the window (row number)

width

Window width

height

Window height

title

Window title

返回值

Returns 1 on success, 0 on failure.

参见

相关文章
php ingres 函数 set the row position before fetching dataphp mhash 函数 gets the block size of the specified hashphp msql 函数 get the name of the specified field in a resultphp ncurses 函数 add attributed string with specified length at current positionphp ncurses 函数 add string with specified length at current positionphp ncurses 函数 returns the size of a windowphp ncurses 函数 returns the current cursor position for a windowphp ncurses 函数 move position and add attributed string with specified lengthphp ncurses 函数 move position and add string with specified lengthphp ncurses 函数 set new position and draw a horizontal line using an attributed character and max. n characters longphp ncurses 函数 add string at new position in windowphp ncurses 函数 scroll window content up or down without changing current positionphp ncurses 函数 adds character at current position in a window and advance cursorphp ncurses 函数 draws a horizontal line in a window at current position using an attributed character and max. n characters longphp ncurses 函数 draws a vertical line in a window at current position using an attributed character and max. n characters longphp newt 函数 open a centered window of the specified sizephp newt 函数 displays the string text at the position indicatedphp newt 函数 fills in the passed references with the current size of the terminalphp newt 函数 open a window of the specified size and positionphp newt 函数 removes the top window from the display
关注编程学问公众号