45319c3733
This reverts commit fdf58326
22 lines
133 B
PHP
22 lines
133 B
PHP
<?php
|
|
|
|
namespace Kiri\Websocket;
|
|
|
|
class Sender
|
|
{
|
|
|
|
|
|
public function push($fd, $data)
|
|
{
|
|
|
|
}
|
|
|
|
|
|
public function close($fd)
|
|
{
|
|
|
|
}
|
|
|
|
|
|
}
|