JSON机器 非常易于使用且内存有效的嵌入式替换,可有效降低PHP 5.6+的大JSON文件或流的迭代效率。 参见 。 除了可选的ext-json外,生产中没有任何依赖关系。 TL; DR <?php use \JsonMachine\JsonMachine; // this often causes Allowed Memory Size Exhausted - $users = json_decode(file_get_contents('500MB-users.json')); // this usually takes few kB of memory no m