PHP Dokumentation: Function newt-form-run
12. Januar 2010 von werner
newt_form_run
(PECL newt >= 0.1)
newt_form_run — Runs a form
Beschreibung
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
- newt_run_form() – Runs a form