newt_form_destroy

(PECL newt >= 0.1)

newt_form_destroyDestroys 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.

인수

form

Form component, which is going to be destroyed

반환값

값을 반환하지 않습니다.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top