ncurses_resetty

(PHP 4 >= 4.1.0, PHP 5)

ncurses_resetty -- Restores saved terminal state

Descrizione

bool ncurses_resetty ( 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.

Restores the terminal state, which was previously saved by calling ncurses_savetty().

Valori restituiti

Always returns FALSE.

Vedere anche:

ncurses_savetty()