PHP: is JSON or XML parser faster?

后端 未结 6 2009
暗喜
暗喜 2020-12-06 16:36

I\'m building classes that interface with the Twitter API, and I\'m wondering whether PHP\'s built-in XML or JSON parser is faster? Twitter will send me the same data in eit

6条回答
  •  天涯浪人
    2020-12-06 17:18

    Have you considered how overall bandwidth savings might affect the performance of your script? If your requests are going to be repeated a significant amount of time using JSON should be the sound economic choice.

提交回复
热议问题