45319c3733
This reverts commit fdf58326
15 lines
92 B
PHP
15 lines
92 B
PHP
<?php
|
|
|
|
namespace Kiri\Websocket;
|
|
|
|
class FdCollector
|
|
{
|
|
|
|
|
|
public function set($fd)
|
|
{
|
|
|
|
}
|
|
|
|
}
|