0

Recently i was researching that topic, some of the article writers claimed that because of the php's oop and class systems are actually hacks and hooks and therefore php is a scripting language.

I was wondering how that reflects on performance side.

Is there any significant performance differences between arrays and objects ?

4

1 に答える 1

1

php5 を使用する場合、オブジェクトは配列よりもわずかに高速ですが、ほとんどの場合、違いはごくわずかです

パフォーマンス テストへのリンクは次のとおりです: http://aggregation.novaak.net/?q=node/227

于 2012-04-28T21:16:23.877 に答える