ncurses_savetty

(PHP 4 >= 4.1.0, PHP 5)

ncurses_savetty -- Saves terminal state

Descrizione

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

Saves the current terminal state. The saved terminal state can be restored with ncurses_resetty().

Valori restituiti

Always returns FALSE.

Vedere anche:

ncurses_resetty()