SyntaxFix
Write A Post
Hire A Developer
Questions
I 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. Many programmers expect sizeof() to return the amount of memory allocated.
count()
sizeOf()
sizeof()