开发者

How to read gigantic xml file with PHP? [duplicate]

This question already has answers here: Closed 11 years 开发者_Python百科ago.

Possible Duplicate:

Parsing Huge XML Files in PHP

I want to read wikipedia's xml dump files with PHP. They are gigantic. What should I do?


A SAX-based parser should handle large files fine, as opposed to a tree-based parser.

Here, someone has rolled their own.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜