Home
last modified time | relevance | path

Searched refs:height (Results 1 – 4 of 4) sorted by relevance

/php-uv/examples/
H A Dtty.php5 var_dump(uv_tty_get_winsize($tty, $width, $height));
6 var_dump($width, $height);
/php-uv/tests/
H A D800-uv_tty.phpt13 uv_tty_get_winsize($tty, $width, $height);
17 if ($height >= 0) {
/php-uv/
H A Dphp_uv.c3162 ZEND_ARG_INFO(1, height)
5999 int error, width, height = 0; local
6007 error = uv_tty_get_winsize(&uv->uv.tty, &width, &height);
6013 ZVAL_LONG(h, height);
H A DREADME.md2788 ### long uv_tty_get_winsize(resource $tty, long &$width, long &$height)

Completed in 26 milliseconds