php模拟事务

    $handle = fopen('test.html','w');
    if(fwrite($handle,'hello world.2018')>0){
        fclose($handle);
        echo "写入成功";
    }else{
        echo "写入失败,请稍后再试";
    }

新闻名称:php模拟事务
网站路径:http://jxruijie.cn/article/iheijc.html