Ncurses
PHP Manual

Введение

ncurses (new curses) is a free software emulation of curses in System V Rel 4.0 (and above). It uses terminfo format, supports pads, colors, multiple highlights, form characters and function key mapping. Because of the interactive nature of this library, it will be of little use for writing Web applications, but may be useful when writing scripts meant using PHP from the command line.

Замечание: This extension has been moved to the » PECL repository and is no longer bundled with PHP as of PHP 5.3.0.

Внимание

Это расширение является ЭКСПЕРИМЕНТАЛЬНЫМ. Поведение этого расширения, включая имена его функций и относящуюся к нему документацию, может измениться в последующих версиях PHP без уведомления. Используйте это расширение на свой страх и риск.

Ncurses is available for the following platforms:

Замечание: This extension has been moved to the » PECL repository and is no longer bundled with PHP as of PHP 6.0.0


Ncurses
PHP Manual