swoole_async_writefile
PHP function
Edit on GitHub ✎
(PECL swoole >= 1.9.0)
Write data to a file asynchronously
Description
swoole_async_writefile(string $filename, string $content, [callable $callback], int $flags = 0): bool
Parameters
filenameThe filename being written.
contentThe content writing to the file.
callbackflags
Return Values
Success