PHP Change Array Keys
        Posted  
        
            by Ice
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ice
        
        
        
        Published on 2008-11-21T13:09:53Z
        Indexed on 
            2010/03/31
            0:53 UTC
        
        
        Read the original article
        Hit count: 432
        
php
Array(0=> blabla 1 => blabla 2 => blblll) etc..
Is there a way to change all the numeric keys to "Name" without looping through the array (so a php function)?
© Stack Overflow or respective owner