Revert "改名"
This reverts commit fdf58326
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Websocket;
|
||||
|
||||
class Sender
|
||||
{
|
||||
|
||||
|
||||
public function push($fd, $data)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
public function close($fd)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user