Swoole\Async::writeFile

(PECL swoole >= 1.9.0)

Swoole\Async::writeFileDescription

Açıklama

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

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

filename

The filename being written.

content

The content writing to the file.

callback

flags

To Top