swoole_async_writefile

(PECL swoole >= 1.9.0)

swoole_async_writefile异步写入数据到文件

描述

swoole_async_writefile(
    string $filename,
    string $content,
    callable $callback = ?,
    int $flags = 0
): bool

参数

filename

要写入的文件名。

content

写入文件的内容。

callback

flags

返回值

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

添加注释

用户贡献的注释

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