Home > PHP > Function > Newt > newt_listbox_insert_entry()

newt_listbox_insert_entry()

newt_listbox_insert_entry -

Description


void


newt_listbox_insert_entry
(

resource
$listbox
,

string
$text
,


mixed

$data
,


mixed

$key
)

Warning
This function is currently not documented; only its argument list is available.



Parameters





listbox









text









data









key










Return Values
No value is returned.




newt_listbox_get_selection


newt_listbox_item_count


Newt Functions


PHP Manual


Syntax

newt_listbox_insert_entry (resource $listbox, string $text, mixed $data, mixed $key)

Arguments

  • listbox
  • text
  • data
  • key

Description

Version

PHP PECL newt >= 0.1

Return value

No value is returned.