What does this syntax do or mean?
Posted: Fri Nov 18, 2011 3:58 pm
I frequently encounter this syntax, but I don't know what it does or mean, so I am having difficulty looking it up.
it involves the "->" symbol and is usually something like
$variable->isfunction()
or maybe
$variable1->$variable2
I could be using it wrong here. Can someone explain this to me and what this syntax is supposed to do?
it involves the "->" symbol and is usually something like
$variable->isfunction()
or maybe
$variable1->$variable2
I could be using it wrong here. Can someone explain this to me and what this syntax is supposed to do?