Help to comment a simple statement
        Posted  
        
            by Woppie the Russian
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Woppie the Russian
        
        
        
        Published on 2010-05-25T06:11:13Z
        Indexed on 
            2010/05/25
            6:21 UTC
        
        
        Read the original article
        Hit count: 237
        
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?
© Stack Overflow or respective owner