![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
ncurses_border(PHP 4 >= 4.2.0, PHP 5) ncurses_border -- Draw a border around the screen using attributed charactersDescriptionint ncurses_border ( int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner )
ncurses_border() draws the specified lines and corners around the main window. Each parameter expects 0 to draw a line and 1 to skip it. The corners are top left, top right, bottom left and bottom right. Use ncurses_wborder() for borders around subwindows! See also ncurses_wborder(). Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|