|
PHP5中文手册
newt_form_destroy(PECL newt:0.1-1.1) newt_form_destroy — 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. 参数
返回值无返回值。 |