newt_form_destroy

(PECL newt >= 0.1)
Destroys a form
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.

Parameters:
form

Form component, which is going to be destroyed

Returns:

No value is returned.

See also:

newt_form_run() -

newt_run_form() -

doc_php
2016-02-24 15:54:56
Comments
Leave a Comment

Please login to continue.