pssht
latest
SSH server library written in PHP
|
Public Member Functions | |
__construct ($data) | |
getData () | |
serialize (\fpoirotte\Pssht\Wire\Encoder $encoder) | |
Static Public Member Functions | |
static | getMessageId () |
static | unserialize (\fpoirotte\Pssht\Wire\Decoder $decoder) |
Protected Attributes | |
$data | |
Payload for the ignore message. | |
SSH_MSG_IGNORE message (RFC 4253).
Definition at line 17 of file IGNORE.php.
fpoirotte\Pssht\Messages\IGNORE::__construct | ( | $data | ) |
Construct a new SSH_MSG_IGNORE message.
string | $data | Payload for the message. |
Definition at line 28 of file IGNORE.php.
References fpoirotte\Pssht\Messages\IGNORE\$data.
fpoirotte\Pssht\Messages\IGNORE::getData | ( | ) |
Get the message's payload.
string | Payload for the message. |
Definition at line 59 of file IGNORE.php.
References fpoirotte\Pssht\Messages\IGNORE\$data.
|
static |
Retrieve the message's identifier.
int | Message identifier. |
Implements fpoirotte\Pssht\Messages\MessageInterface.
Definition at line 37 of file IGNORE.php.
fpoirotte\Pssht\Messages\IGNORE::serialize | ( | \fpoirotte\Pssht\Wire\Encoder | $encoder | ) |
Serialize the message.
fpoirotte::Pssht::Wire::Encoder | $encoder | Encoder to use to perform serialization. |
MessageInterface | Returns this message. |
Implements fpoirotte\Pssht\Messages\MessageInterface.
Definition at line 42 of file IGNORE.php.
|
static |
Unserialize some data into a message.
fpoirotte::Pssht::Wire::Decoder | $decoder | Decoder to use to perform unserialization. |
MessageInterface | Unserialized message. |
Implements fpoirotte\Pssht\Messages\MessageInterface.
Definition at line 48 of file IGNORE.php.