Home > PHP > Function > Newt > newt_push_help_line()

newt_push_help_line()

newt_push_help_line - Saves the current help line on a stack, and displays the new line

Syntax

newt_push_help_line (string $text)

Arguments

  • text - New help text message Note: If not specified, the help line is cleared.

Description

Saves the current help line on a stack, and displays the new line.

Version

PHP PECL newt >= 0.1

Return value

No value is returned.