swoole_async_write

(PECL swoole >= 1.9.0)

swoole_async_write异步写入数据到文件流

描述

swoole_async_write(
    string $filename,
    string $content,
    int $offset = ?,
    callable $callback = ?
): bool

参数

filename

要写入的文件名。

content

写入文件的内容。

offset

偏移量。

callback

返回值

成功时返回 true,失败时返回 false

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top