ConnectionRequest Event
Fired when a request for connection comes from a remote host.
Object Oriented Interface
public function fireConnectionRequest($param);
Procedural Interface
ipworksssh_sshtunnel_register_callback($res, 2, array($this, 'fireConnectionRequest'));
Parameter List
'address'
'port'
'accept'
Remarks
This event indicates an incoming connection. The connection is accepted by default. Address and Port will contain information about remote host requesting the inbound connection. If you want to refuse it, you can set the Accept parameter to False.