phpseclib\Net\SSH2::setWindowColumns PHP 메소드

setWindowColumns() 공개 메소드

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