Jump to content

What does this character represent?


atticus

Recommended Posts

I am looking for documentation on what the -> means as in the following code:

 

$user = json_decode(file_get_contents(
    'https://graph.facebook.com/me?wrap_access_token=' .
    $cookie['oauth_access_token']))->me;
register_user($user->id, $user->email, $user->name, $user->username,
              $user->birthday_date);

 

I am not sure why I am having trouble grabbing the data in the variable.

 

Link to comment
https://forums.phpfreaks.com/topic/201382-what-does-this-character-represent/
Share on other sites

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.