0
我不斷收到錯誤500試圖讓用PHP非常大的文件時,一直得到錯誤500,PHP的file_get_contents
$get_file = file_get_contents("../../test/test.mp4", true); // the size of .mp4 is more than 2GB
echo $get_file;
任何人都知道我在做什麼錯在這裏?
我的php.ini文件isset處理4000 MB,(我不知道如果PHP甚至可以處理這麼多)..
感謝。