Swoole\Async::writeFile

(PECL swoole >= 1.9.0)

Swoole\Async::writeFile描述

描述

public static Swoole\Async::writeFile(
    string $filename,
    string $content,
    callable $callback = ?,
    string $flags = ?
): void

警告

此函数目前没有文档;仅提供其参数列表。

参数

filename

正在写入的文件名。

content

写入文件的内容。

callback

flags

添加注释

用户贡献的注释

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