I have seen this line:
Code:
foreach($result as $key=>$val)
I know that, to access a Class object's datamembers or methods, we would be using "->" . But what does this "=>" means ?

Thanks