Home > PHP > Function > Newt > newt_form()

newt_form()

newt_form - Create a form

Syntax

resource newt_form (resource $vert_bar, string $help, int $flags)

Arguments

  • vert_bar - Vertical scrollbar which should be associated with the form
  • help - Help text string
  • flags - Various flags

Description

Create a new form.

Version

PHP PECL newt >= 0.1

Return value

Returns a resource link to the created form component, or FALSE on error.