PHP 8.4.24 Released!

Voting

: four plus three?
(Example: nine)

The Note You're Voting On

mdeng at kabenresearch dot com
22 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