Home > PHP > Function > Ncurses > ncurses_getyx()

ncurses_getyx()

ncurses_getyx - Returns the current cursor position for a window

Syntax

ncurses_getyx (resource $window, int &$y, int &$x)

Arguments

  • window
  • y
  • x

Description

Version

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

Return value