55 parent::serialize($encoder);
56 $encoder->encodeUint32($this->code);
57 $encoder->encodeString($this->data);
64 $decoder->decodeUint32(),
65 $decoder->decodeUint32(),
66 $decoder->decodeString()
__construct($channel, $code, $data)
$channel
Local channel identifier.
const SSH_EXTENDED_DATA_STDERR
Assume the extended data stream is stderr.
$code
Code designating the extended data stream.
static unserialize(\fpoirotte\Pssht\Wire\Decoder $decoder)
serialize(\fpoirotte\Pssht\Wire\Encoder $encoder)