phpseclib\Net\SSH2::getWindowColumns PHP Method

getWindowColumns() public method

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