phpseclib\Net\SSH2::enableQuietMode PHP Method

enableQuietMode() public method

Suppress stderr from output
public enableQuietMode ( )
    function enableQuietMode()
    {
        $this->quiet_mode = true;
    }