<?php //异步写入文件 $content="hello world"; swoole_async_writefile(‘2.txt‘,$content,function($filename){ echo $filename; },0); ?>
原文地址:https://www.cnblogs.com/zouke1220/p/8442180.html
时间: 2024-11-10 05:32:29
<?php //异步写入文件 $content="hello world"; swoole_async_writefile(‘2.txt‘,$content,function($filename){ echo $filename; },0); ?>
原文地址:https://www.cnblogs.com/zouke1220/p/8442180.html