Hi..
I have seen these symbol in the use of the class...
when we want to refer to the member (data member, member function) of some class than we use
objectname -> class member
So it is a kind of pointer which tell to look for the class member for the given object of that class..
See classes in PHP manual for more reference..
have a nice day