Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 18321 программист и 1658 роботов. Сейчас ищут 947 программистов ...
newt_open_window - Open a window of the specified size and position
Вернуться к: Newt Функции
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.
Список параметров
-
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.
Смотрите также
- newt_pop_window() - Removes the top window from the display
- newt_centered_window() - Open a centered window of the specified size
Вернуться к: Newt Функции