Thread: Arrays in PHP
View Single Post
Old Jan 12th, 2006, 8:50 AM   #3
Polyphemus_
Expert Programmer
 
Polyphemus_'s Avatar
 
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 3 Polyphemus_ is on a distinguished road
Quote:
Originally Posted by MrMan9879
If you could answer my first question on how often arrays are used though, that would be nice! :banana:
They are used more often than in C++ (I think), because you also use them as structs and vectors, and for other things (because entries can have a name, so not only a number you can use them to store information and dump that in e.g. an email).
Polyphemus_ is offline   Reply With Quote