(PECL newt >= 0.1)
newt_open_window — Open a window of the specified size and position
$left
   , int $top
   , int $width
   , int $height
   [, string $title
  ] )Open a window of the specified size and position.
leftLocation of the upper left-hand corner of the window (column number)
topLocation of the upper left-hand corner of the window (row number)
widthWindow width
heightWindow height
titleWindow title
Returns 1 on success, 0 on failure.