Ratchet是一个松耦合的PHP库,提供了用于创建实时、双向客户端服务器WebSockets应用的支持。
示例代码:
<?phpamespace MyApp;use Ratchet\MessageCompoetIterface;use Ratchet\CoectioIterface;class Chat implemets MessageCompoetIterface { public fuctio oOpe(CoectioIterface $co) { } public fuctio oMessage(CoectioIterface $from, $msg) { } public fuctio oClose(CoectioIterface $co) { } public fuctio oError(CoectioIterface $co, \Exceptio $e) { }}
评论