首页 > 代码库 > php 读取文件readfile

php 读取文件readfile

<?php
    //读取文件
    echo readfile(‘aa.txt‘);
?>

 

php 读取文件readfile