I have an api wrapper i am using that returns something like this
object(stdClass)#7 (1) { [0]=> object(stdClass)#6 (2) { ["contactId"]=> string(2) "nV" ["email"]=> string(31) "[email protected]" } } how do i access the email part with PHP
I have an api wrapper i am using that returns something like this
object(stdClass)#7 (1) { [0]=> object(stdClass)#6 (2) { ["contactId"]=> string(2) "nV" ["email"]=> string(31) "[email protected]" } } how do i access the email part with PHP
$result4->[0]->email