You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
5
vendor/swoole/examples/async/writefile.php
vendored
Executable file
5
vendor/swoole/examples/async/writefile.php
vendored
Executable file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
use Swoole\Async;
|
||||
|
||||
//Async::set(array('aio_mode' => SWOOLE_AIO_LINUX));
|
||||
Async::writeFile(__DIR__.'/data2.txt', str_repeat('C', 1023)."\n", null, FILE_APPEND);
|
Reference in New Issue
Block a user