PHP Dokumentation: Function newt-form-destroy
12. Januar 2010 von werner
newt_form_destroy
(PECL newt >= 0.1)
newt_form_destroy — Destroys a form
Beschreibung
This function frees the memory resources used by the form and all of the components which have been added to the form (including those components which are on subforms). Once a form has been destroyed, none of the form's components can be used.
Parameter-Liste
- form
Form component, which is going to be destroyed
Rückgabewerte
Es wird kein Wert zurückgegeben.
Siehe auch
- newt_form_run() – Runs a form
- newt_run_form() – Runs a form