📜  php代码示例中的readfile

📅  最后修改于: 2022-03-11 14:54:10.257000             🧑  作者: Mango

代码示例1
$a = readfile('myfile.txt');    //you can read whole file in php
echo $a; //it will return character of length also.