Home > PHP > Function > Ncurses > ncurses_mvwaddstr()

ncurses_mvwaddstr()

ncurses_mvwaddstr - Add string at new position in window

Syntax

int ncurses_mvwaddstr (resource $window, int $y, int $x, string $text)

Arguments

  • window
  • y
  • x
  • text

Description

Version

PHP 4.2.0, 5 < 5.3.0, PECL ncurses >= 1.0.0

Return value