Noob question: what is this? ->

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
richmix
Forum Commoner
Posts: 31
Joined: Fri Dec 22, 2006 5:21 am

Noob question: what is this? ->

Post 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.
Z3RO21
Forum Contributor
Posts: 130
Joined: Thu Aug 17, 2006 8:59 am

Post 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)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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
richmix
Forum Commoner
Posts: 31
Joined: Fri Dec 22, 2006 5:21 am

Post 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!
Post Reply