摘要:
除了异步Server和Client库之外,Swoole扩展还提供了直接操作底层epoll/kqueue事件循环的接口。可将其他扩展创建的socket,PHP代码中stream/socket扩展创建的socket等加入到Swoole的EventLoop中。 阅读全文
摘要:
异步Redis客户端 阅读全文
摘要:
异步MySQL客户端 阅读全文
摘要:
swoole_async_writefile 阅读全文
摘要:
<?php /** * descript: phpstrom * User: singwa * Date: 18/3/7 * Time: 上午1:53 */ /** * 读取文件 * __DIR__ */ $result = Swoole\Async::readfile(__DIR__."/1.tx 阅读全文