Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16170 программистов и 1779 роботов. Сейчас ищут 1804 программиста ...
newt_form_run - Runs a form
Вернуться к: Newt Функции
newt_form_run
(PECL newt >= 0.1)
newt_form_run — Runs a form
Описание
void newt_form_run
( resource
$form
, array &$exit_struct
)This function runs the form passed to it.
Список параметров
-
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
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Вернуться к: Newt Функции