Page 1 of 1

Noob question: what is this? ->

Posted: Fri Dec 29, 2006 7:23 pm
by richmix
It's not an operator and it's not in the manual's syntax question. What is it?

Just curious :) . I'm a noob, don't pick on me.

Posted: Fri Dec 29, 2006 7:25 pm
by Z3RO21
It is used with objects, forget the exact name but it gives access to methods and properties of objects (correct me if wrong)

Posted: Fri Dec 29, 2006 7:26 pm
by feyd
I realize it's difficult to search for on our forum so here: viewtopic.php?t=60189

keyword: dereference

edit: it is talked about in the manual, although not in the normal operator pages nor explicitly in the pages that talk about it.

http://php.net/keyword.paamayim-nekudotayim

Posted: Fri Dec 29, 2006 7:35 pm
by richmix
feyd wrote:I realize it's difficult to search for on our forum so here: viewtopic.php?t=60189

keyword: dereference

edit: it is talked about in the manual, although not in the normal operator pages nor explicitly in the pages that talk about it.

http://php.net/keyword.paamayim-nekudotayim
Thanks!