phpseclib\Net\SSH2::getWindowColumns PHP 메소드

getWindowColumns() 공개 메소드

Returns the number of columns for the terminal window size.
public getWindowColumns ( ) : integer
리턴 integer
    function getWindowColumns()
    {
        return $this->windowColumns;
    }