Query: newt_win_entries
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NEWT_WIN_ENTRIES(3) 1 NEWT_WIN_ENTRIES(3) newt_win_entries -SYNOPSISint newt_win_entries (string $title, string $text, int $suggested_width, int $flex_down, int $flex_up, int $data_width, array &$items, string $button1, [string $...])DESCRIPTIONWarning This function is currently not documented; only its argument list is available.PARAMETERSo $title - o $text - o $suggested_width - o $flex_down - o $flex_up - o $data_width - o $items - o $button1 - o $button2 -RETURN VALUESEXAMPLESExample #1 A newt_win_entries(3) example <?php newt_init(); newt_cls(); $entries[] = array('text' => 'First name:', 'value' => &$f_name); $entries[] = array('text' => 'Last name:', 'value' => &$l_name); $rc = newt_win_entries("User information", "Please enter your credentials:", 50, 7, 7, 30, $entries, "Ok", "Back"); newt_finished (); if ($rc != 2) { echo "Your name is: $f_name $l_name "; } ?> PHP Documentation Group NEWT_WIN_ENTRIES(3)
Related Man Pages |
---|
array_unique(3) - php |
newt_win_entries(3) - php |
parsekit_compile_string(3) - php |
unpack(3) - php |
domdocument.savexml(3) - php |
Similar Topics in the Unix Linux Community |
---|
string returning function |
Counting string of a variable |
Convert entries in a text file to values in a string |
How to fill a memory with random numbers in C |