what does -> mean
Posted: Tue Mar 09, 2010 8:07 pm
Just beginning to learn PHP and I have come across something I am not sure of.
Here is a piece of code:
if(!$user->isAuth()
Now I can figure out what it implies but I am not able to Google it to see exactly what the meaning of the "->" shortcut is exactly
Could someone help me with that?
Thanks
Kevin
Here is a piece of code:
if(!$user->isAuth()
Now I can figure out what it implies but I am not able to Google it to see exactly what the meaning of the "->" shortcut is exactly
Could someone help me with that?
Thanks
Kevin