(PECL swoole >= 1.9.0)
swoole_async_write — Write data to a file stream asynchronously
$filename
,$content
,$offset
= ?,$callback
= ?
filename
The filename being written.
content
The content writing to the file.
offset
The offset.
callback
成功した場合に true
を、失敗した場合に false
を返します。