file_get_contents()、readfile()和fread()以字符串形式返回数据file()将文件中数据作为数组返回file_get_contents()由于其将文件缓存到内存中,所以其在系统中读取小文件性能最高