|
|
|
|
|
by tintin
5479 days ago
|
|
Only problem with SimpleXML is that it needs to have the complete file in memory. This isn't a problem for small XML files. But reading a file of lets say 100MB will produce tons of objects an thus a large amount of used memory. |
|