Swoole\Async::write

(PECL swoole >= 1.9.0)

Swoole\Async::write异步写入数据到文件流。

说明

public static Swoole\Async::write(
    string $filename,
    string $content,
    int $offset = ?,
    callable $callback = ?
): void

参数

filename

要写入的文件名。

content

写入文件的内容。

offset

偏移量。

callback

添加注释

用户贡献的注释

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