PHP Doku:: Open a window of the specified size and position - function.newt-open-window.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzEingabezeilenspezifische ErweiterungenNewtNewt Funktionennewt_open_window

Ein Service von Reinhard Neidl - Webprogrammierung.

Newt Funktionen

<<newt_listitem

newt_pop_help_line>>

newt_open_window

(PECL newt >= 0.1)

newt_open_windowOpen a window of the specified size and position

Beschreibung

int newt_open_window ( int $left , int $top , int $width , int $height [, string $title ] )

Open a window of the specified size and position.

Parameter-Liste

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

Rückgabewerte

Returns 1 on success, 0 on failure.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)