newt_checkbox_tree_add_item

(PECL newt >= 0.1)

newt_checkbox_tree_add_itemAdds new item to the checkbox tree

Opis

newt_checkbox_tree_add_item ( resource $checkboxtree , string $text , mixed $data , int $flags , int $index [, int $... ] ) : void

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

Parametry

checkboxtree

text

data

flags

index

Zwracane wartości

Nie jest zwracana żadna wartość.

add a note add a note

User Contributed Notes

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