Title: "Read XML files efficiently in PHP" Date: 2016-12-05 18:02:00 Categories: [programming] tags: [xml, php]
If you try to load into memory big XML files PHP will launch a fatal memory overflow error and your application will not be able to recover, LibreByte proposes a solution to this situation using: XMLReader, generators and SimpleXMLElement.