PHP: array('function' => 'theme_select_as_checkboxes')
        Posted  
        
            by Patrick
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Patrick
        
        
        
        Published on 2010-04-27T12:39:06Z
        Indexed on 
            2010/04/27
            12:43 UTC
        
        
        Read the original article
        Hit count: 143
        
php
hi,
what does this construct mean in PHP ? It is storing a variable called "function" with his String value in an array ?
array('function' => 'theme_select_as_checkboxes')
thanks
© Stack Overflow or respective owner