Net_SSH2::setWindowRows PHP Метод

setWindowRows() публичный Метод

Sets the number of rows for the terminal window size.
public setWindowRows ( integer $value )
$value integer
    function setWindowRows($value)
    {
        $this->windowRows = $value;
    }