Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
egg.eemo.co.kr
/
public_html
/
super5
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/egg.eemo.co.kr/public_html/super5/sock_users.php
<?php class WebSocketUser { public $socket; public $wifi_device_id; public $ip; public $port; function __construct($wifi_device_id,$socket,$ip) { $this->wifi_device_id = $id; $this->socket = $socket; $this->ip = $ip; } }