phpseclib\Net\SSH2::getWindowRows PHP Method

getWindowRows() public method

Returns the number of rows for the terminal window size.
public getWindowRows ( ) : integer
return integer
    function getWindowRows()
    {
        return $this->windowRows;
    }