<?php
//异步读取文件
swoole_async_readfile(__DIR__."/1.txt",function($filename,$content){
echo "$filename $content";
});
?>

14.swoole学习笔记--异步读取文件-LMLPHP

05-11 15:08