PHP 8.5.0 Beta 1 available for testing

Voting

: three plus two?
(Example: nine)

The Note You're Voting On

mdeng at kabenresearch dot com
21 years ago
For large array(my sample was 80000+ elements), if you want to traverse the array in sequence, using array index $a[$i] could be very inefficient(very slow). I had to switch to use current($a).

<< Back to user notes page

To Top