大家好,又见面了,我是全栈君。
1.异步写入
<?php
$content=date('Y-m-d H:i:s').PHP_EOL;
swoole_async_writefile(__DIR__.'/1.log',$content,function ($filename){
// todo
echo "文件名".$filename.':success'.PHP_EOL;
},FILE_APPEND);
echo "外部先执行:star".PHP_EOL;
2.异步读取
$res=swoole_async_readfile(__DIR__ . '/1.txt',function ($filename, $fileContent){
echo "filename:".$filename.PHP_EOL;
echo "fileContent:".$fileContent.PHP_EOL;
echo '内部start:'.time().PHP_EOL;//后执行
});
var_dump($res);
echo '外部start:'.time().PHP_EOL; //先执行
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/111935.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...