Home > PHP > Function > Newt > newt_draw_root_text()

newt_draw_root_text()

newt_draw_root_text - Displays the string text at the position indicated

Syntax

newt_draw_root_text (int $left, int $top, string $text)

Arguments

  • left - Column number Note: If left is negative, the position is measured from the opposite side of the screen.
  • top - Line number Note: If top is negative, the position is measured from the opposite side of the screen.
  • text - Text to display.

Description

Displays the string text at the position indicated.

Version

PHP PECL newt >= 0.1

Return value

No value is returned.