PHP Conference Japan 2024

swoole_async_writefile

(PECL swoole >= 1.9.0)

swoole_async_writefile异步写入数据到文件

描述

swoole_async_writefile(
    字符串 $filename,
    字符串 $content,
    回调函数 $callback = ?,
    整数 $flags = 0
): 布尔值

参数

文件名

要写入的文件名。

内容

写入文件的内容。

回调函数

标志

返回值

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

添加备注

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top