How can I access these lines like a string ?
Its a get response from twitter, and im tring to use it.
stdClass Object
(
[relationship] => stdClass Object
(
[source] => stdClass Object
(
[id] => 2196933268
[id_str] => 2196933268
[screen_name] => damisleq
[following] => 1
[followed_by] =>
[notifications_enabled] =>
[can_dm] =>
[blocking] =>
[want_retweets] =>
[all_replies] =>
[marked_spam] =>
)
[target] => stdClass Object
(
[id] => 175330071
[id_str] => 175330071
[screen_name] => sitetalkturkey
[following] =>
[followed_by] => 1
)
)
)