PHP file_get_contents() 函数

PHP file_get_contents() 函数

 

file_get_contents() 把整个文件读入一个字符串中。

$f=file_get_contents("1.txt");

posted @ 2020-11-20 05:31  源梦学院  阅读(134)  评论(0)    收藏  举报