<?php //异步写入文件 $content="hello world"; swoole_async_writefile(‘2.txt‘,$content,function($filename){ echo $filename; },0); ?>
标签:blog 学习 function php file post echo bsp 笔记
<?php //异步写入文件 $content="hello world"; swoole_async_writefile(‘2.txt‘,$content,function($filename){ echo $filename; },0); ?>
标签:blog 学习 function php file post echo bsp 笔记
原文地址:https://www.cnblogs.com/zouke1220/p/8442180.html