编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « newt_form_add_hot_key
  • newt_form_get_current »
  • PHP Manual
  • Newt 函数
  • Destroys a form

newt_form_destroy

(PECL newt >= 0.1)

newt_form_destroy — Destroys a form

说明

newt_form_destroy ( resource $form ) : void

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_form_run() - Runs a form
  • newt_run_form() - Runs a form

相关文章
php newt 函数 retreives value of checkox resourcephp newt 函数 configures checkbox resourcephp newt 函数 sets the value of the checkboxphp newt 函数 discards the contents of the terminal s input buffer without waiting for additional inputphp newt 函数 说明php newt 函数 uninitializes newt interfacephp newt 函数 adds a single component to the formphp newt 函数 add several components to the formphp newt 函数 destroys a formphp newt 函数 runs a formphp newt 函数 create a formphp newt 函数 说明php newt 函数 说明php newt 函数 说明php newt 函数 说明php newt 函数 说明php newt 函数 open a window of the specified size and positionphp newt 函数 runs a formphp newt 函数 说明php newt 函数 set a callback function which gets invoked when user presses the suspend key
关注编程学问公众号
编程学问网 湘ICP备20001732号