|
PHP5中文手册
newt_get_screen_size(PECL newt:0.1-1.1) newt_get_screen_size — Fills in the passed references with the current size of the terminal 说明
void newt_get_screen_size
( int &$cols
, int &$rows
)
Fills in the passed references with the current size of the terminal. 参数
返回值无返回值。 范例
Example#1 A newt_get_screen_size() example This code prints out the screen size of your terminal.
<?php 上例将输出:
|