What is the fastest XML parser in PHP?

Posted by Jakub Lédl on Stack Overflow See other posts from Stack Overflow or by Jakub Lédl
Published on 2010-06-15T19:59:30Z Indexed on 2010/06/15 20:02 UTC
Read the original article Hit count: 185

Filed under:
|
|

Hi, for a certain project, I need some way to parse XML and get data from it. So I wonder, which one of built-in parsers is the fastest?

Also, it would be nice of the parser could accept a XML string as input - I have my own implementation of thread-safe working with files and I don't want some nasty non-thread-safe libraries to make my efforts useless.

© Stack Overflow or respective owner

Related posts about php

Related posts about Xml