Any idea about how I can retrieve [email protected], [email protected], [email protected], [email protected] and [email protected] from this array using PHP?
Array
(
[0] => SimpleXMLElement Object
(
[0] => [email protected]
)
[1] => SimpleXMLElement Object
(
[0] => [email protected]
)
[2] => SimpleXMLElement Object
(
[0] => [email protected]
)
[3] => SimpleXMLElement Object
(
[0] => [email protected]
)
[4] => SimpleXMLElement Object
(
[0] => [email protected]
)
)
Thanks