コード例 #1
0
ファイル: server.php プロジェクト: timsims/book-examples
 function removeProtocol(Protocol $stream)
 {
     unset($this->streams[$stream->id()]);
 }