PHP file_get_contents() 函数
PHP Filesystem 函数 定义和用法 file_get_contents() 函数把整个文件读入一个字符串中。 和file() 一样,不同的是 file_get_contents() 把文件读入一个字符...
PHP: file_get_contents - Manual
(PHP 4 >= 4.3.0, PHP 5, PHP 7) file_get_contents— 将整个文件读入一个字符串说明 string file_get_contents ( string $filename [, bool $use_...