Are you talking about '->' or '=>'? These are two different things. '=>' is used for dereferencing of keys with values in an http://www.php.net/manual/en/language.types.array.php"]array[/url]. It is kind of like the '=' assignment operator, but it only works inside arrays. It is used more often to create associative arrays, because number-indexed arrays don't need an explicit dereferencer.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.