Query: newt_form_destroy
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NEWT_FORM_DESTROY(3) 1 NEWT_FORM_DESTROY(3) newt_form_destroy - Destroys a formSYNOPSISvoid newt_form_destroy (resource $form)DESCRIPTIONThis 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.PARAMETERSo $form - Form component, which is going to be destroyedRETURN VALUESNo value is returned.SEE ALSOnewt_form_run(3), newt_run_form(3). PHP Documentation Group NEWT_FORM_DESTROY(3)
Related Man Pages |
---|
field_init(3) - netbsd |
form_hook(3) - netbsd |
form_opts_on(3) - netbsd |
form_opts(3) - netbsd |
set_form_opts(3) - netbsd |