In php – is this an operator or somthing else, ” -> “.?
I’ve seen it used with variables preceeding it. I can’t google these symbols.
2 Responses to “In php – is this an operator or somthing else, ” -> “.?”
I’ve seen it used with variables preceeding it. I can’t google these symbols.
This symbol is used to access functions and variables inside of classes.
Report this comment
It’s used to specify methods.
Report this comment