PHP Doku:: Destroys a form - function.newt-form-destroy.html

Verlauf / Chronik / History: (32) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzEingabezeilenspezifische ErweiterungenNewtNewt Funktionennewt_form_destroy

Ein Service von Reinhard Neidl - Webprogrammierung.

Newt Funktionen

<<newt_form_add_hot_key

newt_form_get_current>>

newt_form_destroy

(PECL newt >= 0.1)

newt_form_destroyDestroys a form

Beschreibung

void newt_form_destroy ( resource $form )

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


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