0
点赞
收藏
分享

微信扫一扫

swoole_async_writefile

独兜曲 2022-05-13 阅读 48
<?php
/**
* descript: phpstrom
* User: singwa
* Date: 18/3/7
* Time: 上午2:05
*/

$content = date("Ymd H:i:s").PHP_EOL;
swoole_async_writefile(__DIR__."/1.log", $content, function($filename){
// todo
echo "success".PHP_EOL;
}, FILE_APPEND);
// file_put_contents();
echo "start".PHP_EOL;

  网站日志文件可以异步写入

举报

相关推荐

swoole

php swoole

swoole安装

安装swoole

0 条评论