PHPverse 2025

Voting

: two plus one?
(Example: nine)

The Note You're Voting On

PixEye
16 years ago
I am quite surprised about previous posts. Here are my advices:

1/ prefer the count() function instead of sizeOf() as sizeOf() is only an alias of count() and does not mean the same in many other languages based on C (avoid ambiguity).

2/ prefer the powerful forEach() function to iterate over arrays.

<< Back to user notes page

To Top