atticus Posted May 11, 2010 Share Posted May 11, 2010 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 More sharing options...
Mchl Posted May 11, 2010 Share Posted May 11, 2010 http://php.net/manual/en/language.oop5.php Link to comment https://forums.phpfreaks.com/topic/201382-what-does-this-character-represent/#findComment-1056571 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.