php man page for ncurses_wborder

Query: ncurses_wborder

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

NCURSES_WBORDER(3)							 1							NCURSES_WBORDER(3)

ncurses_wborder - Draws a border around the window using attributed characters

SYNOPSIS
int ncurses_wborder (resource $window, int $left, int $right, int $top, int $bottom, int $tl_corner, int $tr_corner, int $bl_cor- ner, int $br_corner)
DESCRIPTION
Warning This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Draws the specified lines and corners around the passed $window. Use ncurses_border(3) for borders around the main window.
PARAMETERS
Each parameter expects 0 to draw a line and 1 to skip it. o $window - The window on which we operate o $left - o $right - o $top - o $bottom - o $tl_corner - Top left corner o $tr_corner - Top right corner o $bl_corner - Bottom left corner o $br_corner - Bottom right corner
SEE ALSO
ncurses_border(3). PHP Documentation Group NCURSES_WBORDER(3)
Related Man Pages
box(3ncurses) - suse
curs_border(3) - osf1
hline(3) - osf1
mvwhline(3) - osf1
vline(3) - osf1
Similar Topics in the Unix Linux Community
Rules for Homework & Coursework Questions Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator