Net_SSH2::setWindowColumns PHP Method

setWindowColumns() public method

Sets the number of columns for the terminal window size.
public setWindowColumns ( integer $value )
$value integer
    function setWindowColumns($value)
    {
        $this->windowColumns = $value;
    }