IPWorks WebSockets 2020 PHP Edition

Questions / Feedback?

Connected Event

Fired when a WebSocket is successfully opened.

Object Oriented Interface

public function fireConnected($param);

Procedural Interface

ipworksws_websocketproxy_register_callback($res, 1, array($this, 'fireConnected'));

Parameter List


'connectionid'

Remarks

The Connected event is fired when a WebSocket is successfully opened on a connection.

ConnectionId identifies the connection.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks WebSockets 2020 PHP Edition - Version 20.0 [Build 8155]