Jump to content

what does this symbol mean?


tauchai

Recommended Posts

The -> is an operator used when doing OOP (Object Oriented Programming) in PHP. It allows you to call functions/variables from within a class as [b]samshel[/b] mentioned above.

-> is not the same as =>

=> is used when assigning indexes/keys within an array.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.