swoole_http_response->write

启用Http Chunk分段向浏览器发送相应内容。关于Http Chunk可以参考Http协议标准文档。

bool swoole_http_response->write(string $data);