N
Nathan W
Guest
such as in this example:
$week=array('mon'=>0, 'tue'=>2);
I'm learning PHP and just like to know what it does. Is it just a way of pointing to the index?
$week=array('mon'=>0, 'tue'=>2);
I'm learning PHP and just like to know what it does. Is it just a way of pointing to the index?