downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ncurses_top_panel> <ncurses_termname
[edit] Last updated: Fri, 17 May 2013

view this page in

ncurses_timeout

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0)

ncurses_timeoutSet timeout for special key sequences

Descrizione

void ncurses_timeout ( int $millisec )
Avviso

Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questa funzione è a vostro rischio.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

millisec



add a note add a note User Contributed Notes ncurses_timeout - [1 notes]
up
0
sandwyrm
2 years ago
ncurses_timeout( $value );

$value < 0 -> Block and wait for input indefinitely
$value = 0 -> Non-blocking poll for input
$value > 0 -> Block and wait for input for $value milliseconds

 
show source | credits | stats | sitemap | contact | advertising | mirror sites