Метод | Описание | |
---|---|---|
getNumberOfColumns ( ) : integer | Gets the number of columns of the terminal. | |
getNumberOfRows ( ) : integer | Gets the number of rows of the terminal. | |
hasColorSupport ( ) : boolean | Checks the supports of colorization. | |
isConsole ( ) : boolean | Checks if running in a console environment (CLI). | |
isInteractive ( integer | resource $fd = self::STDOUT ) : boolean | Checks if the file descriptor is an interactive terminal. | |
isWindows ( ) : boolean | Checks if currently running under MS Windows. |
public getNumberOfColumns ( ) : integer | ||
Результат | integer |
public getNumberOfRows ( ) : integer | ||
Результат | integer |
public hasColorSupport ( ) : boolean | ||
Результат | boolean |
public isInteractive ( integer | resource $fd = self::STDOUT ) : boolean | ||
$fd | integer | resource | File descriptor, must be either a file resource or an integer [Optional] |
Результат | boolean |