&variable question



I'm new to PHP and I've searched the groups and can't find the answer
to this. Here are two scenarios:

this.myThing.SetValue(& value[key], y, key);

and

this.myThing[y] = & value

What does the & symbol do?

Thanks!
Gabriel

.