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

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzEingabezeilenspezifische ErweiterungenNewtNewt Funktionennewt_run_form

Ein Service von Reinhard Neidl - Webprogrammierung.

Newt Funktionen

<<newt_resume

newt_scale_set>>

newt_run_form

(PECL newt >= 0.1)

newt_run_formRuns a form

Beschreibung

resource newt_run_form ( resource $form )

This function runs the form passed to it.

Parameter-Liste

form

Form component

Rückgabewerte

The component which caused the form to stop running.

Hinweis:

Notice that this function doesn't fit in with newt's normal naming convention. It is an older interface which will not work for all forms. It was left in newt only for legacy applications. It is a simpler interface than the new newt_form_run() though, and is still used quite often as a result. When an application is done with a form, it destroys the form and all of the components the form contains.

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