Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16207 программистов и 1779 роботов. Сейчас ищут 1726 программистов ...
newt_form_destroy - Destroys a form
Вернуться к: Newt Функции
newt_form_destroy
(PECL newt >= 0.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.
Список параметров
-
form
-
Form component, which is going to be destroyed
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Вернуться к: Newt Функции