Help to comment a simple statement
- by Woppie the Russian
How does you call this statement?: $arr = array();
initialize an array
or
declare an array?
In brief, how would you comment such a statement? (P.S. That array would then hold a bunch of values.)
EDIT: I doubt because what I basically do is declare a variable of a particular type, don't I?