PHP Doku:: Runs a form - function.newt-form-run.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzEingabezeilenspezifische ErweiterungenNewtNewt Funktionennewt_form_run

Ein Service von Reinhard Neidl - Webprogrammierung.

Newt Funktionen

<<newt_form_get_current

newt_form_set_background>>

newt_form_run

(PECL newt >= 0.1)

newt_form_runRuns a form

Beschreibung

void newt_form_run ( resource $form , array &$exit_struct )

This function runs the form passed to it.

Parameter-Liste

form

Form component

exit_struct

Array, used for returning information after running the form component. Keys and values are described in the following table:
Form Exit Structure
Index Key Value Type Description
reason integer The reason, why the form has been exited. Possible values are defined here.
watch resource Resource link, specified in newt_form_watch_fd()
key integer Hotkey
component resource Component, which caused the form to exit

Rückgabewerte

Es wird kein Wert zurückgegeben.

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",...)