Net_SSH2::getWindowRows PHP Méthode

getWindowRows() public méthode

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