i am php programmer but i don't know name of this operator
-> this operator use in OOP in php.
for example
$this->get();
i am php programmer but i don't know name of this operator
-> this operator use in OOP in php.
for example
$this->get();
The official name is object operator : T_OBJECT_OPERATOR.
Generally called " arrow ".