初始化
This commit is contained in:
10
src/websocket/Frame.php
Normal file
10
src/websocket/Frame.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace think\worker\websocket;
|
||||
|
||||
class Frame
|
||||
{
|
||||
public function __construct(public int $fd, public string $data)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user