The PHP Benchmark

The PHP Benchmark

PHPのベンチマークということで、

foreach() vs. for() vs. while(list() = each())

という、foreachと色々なwhileを比較しています。

[php]
while(list(,$val) = each($aHash));
[/php]

で、foreachの532%早いとか。ガリガリチューニングするときにお役立ち?かもしれません。
私はあまり使う機会ないかも(^_^;)

関連する記事:

Powered by

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">