ncurses_echo

(PHP 4 >= 4.1.0, PHP 5)

ncurses_echo -- Activate keyboard input echo

Descrizione

bool ncurses_echo ( void )

Avvertimento

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.

Enables echo mode. All characters typed by user are echoed by ncurses_getch().

Valori restituiti

Returns FALSE on success, TRUE if any error occurred.

Vedere anche:

ncurses_noecho() to disable echo mode