Page 1 of 1

[SOLVED]=> and ->

Posted: Wed Oct 03, 2007 12:28 pm
by figaro11
Is it just me or is there no documentation of these operators. I can't seem to find them anywhere here. But I do think I know what they are for.

The purpose of this post is that I'd like to know if I'm correct on this.

=> is used for array key-value indexing? And -> is used like the dot notation in languages like Java, ActionScript and JavaScript?

Could you maybe link me to the article on these operators, if that's what they even are?

Posted: Wed Oct 03, 2007 12:52 pm
by feyd
There's nothing to really document. They only have one purpose, and you already know it.

Posted: Wed Oct 03, 2007 12:57 pm
by figaro11
feyd wrote:There's nothing to really document. They only have one purpose, and you already know it.
That's all I needed to know. ;) Thank you.