PHP Conference Japan 2024

Swoole\Async::writeFile

(PECL swoole >= 1.9.0)

Swoole\Async::writeFile說明

說明

public static Swoole\Async::writeFile(
    字串 $filename,
    字串 $content,
    可呼叫 $callback = ?,
    字串 $flags = ?
):

警告

此函數目前沒有文件說明;僅提供其參數列表。

參數

filename

要寫入的檔案名稱。

content

要寫入檔案的內容。

callback

flags

新增註釋

使用者貢獻的註釋

此頁面沒有使用者貢獻的註釋。
To Top