Home > PHP > Function > Newt > newt_checkbox_tree_add_item()

newt_checkbox_tree_add_item()

newt_checkbox_tree_add_item - Adds new item to the checkbox tree

Syntax

newt_checkbox_tree_add_item (resource $checkboxtree, string $text, mixed $data, int $flags, int $index, int $...)

Arguments

  • checkboxtree
  • text
  • data
  • flags
  • index
  • ...

Description

This function allows to add new item to the checkbox tree.

Version

PHP PECL newt >= 0.1

Return value

No value is returned.