Files
kiri-core/kiri-websocket-server/Sender.php
T
as2252258 45319c3733 Revert "改名"
This reverts commit fdf58326
2022-01-04 17:27:37 +08:00

22 lines
133 B
PHP

<?php
namespace Kiri\Websocket;
class Sender
{
public function push($fd, $data)
{
}
public function close($fd)
{
}
}