PHP Velho Oeste 2024

newt_listbox_get_current

(PECL newt >= 0.1)

newt_listbox_get_current

Descripción

newt_listbox_get_current ( resource $listbox ) : string
Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

listbox

Valores devueltos

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