stdClass Object
(
[date] => Wed, 4 Feb 2009 22:37:42 +1300
[Date] => Wed, 4 Feb 2009 22:37:42 +1300
[subject] => Fwd: another test
[Subject] => Fwd: another test
[in_reply_to] => <59f89e00902040137vb73ed1ep5f870dafe02f26cf@mail.example.com>
[message_id] => <59f89e00902040137s16c317b6oa4658a4d2cc64c3c@mail.example.com>
[references] => <59f89e00902040137vb73ed1ep5f870dafe02f26cf@mail.example.com>
[toaddress] => john@example.com
[to] => Array
(
[0] => stdClass Object
(
[mailbox] => john
[host] => example.com
)
)
[fromaddress] => Chris Hope
[from] => Array
(
[0] => stdClass Object
(
[personal] => Chris Hope
[mailbox] => chris
[host] => example.com
)
)
[reply_toaddress] => Chris Hope
[reply_to] => Array
(
[0] => stdClass Object
(
[personal] => Chris Hope
[mailbox] => chris
[host] => example.com
)
)
[senderaddress] => Chris Hope
[sender] => Array
(
[0] => stdClass Object
(
[personal] => Chris Hope
[mailbox] => chris
[host] => example.com
)
)
[Recent] => N
[Unseen] =>
[Flagged] =>
[Answered] =>
[Deleted] =>
[Draft] =>
[Msgno] => 20
[MailDate] => 4-Feb-2009 22:37:42 +1300
[Size] => 3111
[udate] => 1233740262
)
This is my print_r($from); response how to do I print the "From" "Personal" part of this array to it would read "Chris Hope"??