Jump to content

What Is "->" Need to know what it does??


ZoorBIS

Recommended Posts

it most definitely isn't.
You use -> in quite a few cases all relating to objects. It's basically getting a subsection of the string like
$object->string;
will retreive the "string" which is defined inside $object = new object()

You're better off reading the manual on object..bleh

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.