(PECL swoole >= 1.9.0)
swoole_async_write — 异步写入数据到文件流
$filename
$content
$offset
$callback
文件名
要写入的文件名。
内容
写入文件的内容。
偏移量
偏移量。
回调函数
成功返回 true,失败返回 false。
true
false