Easy Question


$base_digits= array (
           1=> "I", 
           10=> "X", 
           100=> "C", 
           1000=> "M", 
           );

I have seen those arrows a lot…=>. What exactly do they do? There it looks like it’s assigning valued to certain spots in an array.:+)