PHP Velho Oeste 2024

newt_listbox_get_current

(PECL newt >= 0.1)

newt_listbox_get_current

Описание

newt_listbox_get_current ( resource $listbox ) : string
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

Список параметров

listbox

Возвращаемые значения

add a note add a note

User Contributed Notes 1 note

up
0
simon at bk dot it dot cx
13 years ago
This function behaves a bit different than expected.
It doesn't return an string representing the chosen action, it returns an integer which is the index of the chosen action!
To Top