This commit is contained in:
2022-10-11 18:55:06 +08:00
parent cedcb89fe4
commit cc095d2866
4 changed files with 0 additions and 75 deletions
-15
View File
@@ -1,15 +0,0 @@
<?php
namespace Kiri\Server\Contract;
interface OnDisconnectInterface
{
/**
* @param int $fd
*/
public function OnDisconnect(int $fd): void;
}