SubOption Event
Fired when a Telnet SubOption command comes from the Telnet server.
Object Oriented Interface
public function fireSubOption($param);
Procedural Interface
ipworks_telnet_register_callback($res, 10, array($this, 'fireSubOption'));
Parameter List
'suboption'
Remarks
The SubOption parameter contains the suboption data as sent by the other end. The enclosing suboption command codes are stripped away.
For a list of valid Telnet suboptions and their descriptions please look at the Telnet RFCs.