phpseclib\Net\SSH2::getWindowColumns PHP Méthode

getWindowColumns() public méthode

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