NCURSES_LONGNAME(3) 1 NCURSES_LONGNAME(3)
ncurses_longname - Returns terminals description
SYNOPSIS
string ncurses_longname (void )
DESCRIPTION
Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in
a future release of PHP. This function should be used at your own risk.
Returns a verbose description of the terminal.
RETURN VALUES
Returns the description, as a string truncated to 128 characters. On errors, returns NULL.
SEE ALSO
ncurses_termname(3).
PHP Documentation Group NCURSES_LONGNAME(3)