|
newt_open_window(PECL newt >= 0.1) newt_open_window — Open a window of the specified size and position Описание
int newt_open_window
( int $left
, int $top
, int $width
, int $height
[, string $title
] )
Open a window of the specified size and position. Список параметров
Возвращаемые значенияReturns 1 on success, 0 on failure. Смотрите также
|
|