I need to get the value of [text]
from all these object - class.
I can get values from arrays But from these class object thing in array ,I am unable to get the values of [text]
.
Any help would be greatly appreciated.
Array
(
[0] => stdClass Object
(
[text] => time
[tr] => Array
(
[0] => stdClass Object
(
[text] => while
[syn] => Array
(
[0] => stdClass Object
(
[text] => when
)
)
)
[1] => stdClass Object
(
[text] => occasion
[syn] => Array
(
[0] => stdClass Object
(
[text] => moment
)
[1] => stdClass Object
(
[text] => day
)
[2] => stdClass Object
(
[text] => date
)
)
)
)
)
)