I can't bring out the genre (action and science fiction).
I am using this $title = $array->movie->title;
for the title and more, but with genre it's not working. Idea please ?
<!-- language-all: lang-json -->
stdClass Object
(
[movie] => stdClass Object
(
[code] => 27405
[movieType] => stdClass Object
(
[code] => 4002
[$] => Long-métrage
)
[originalTitle] => Oblivion
[title] => Oblivion
[keywords] => Horizons Oblivion Oblivion
[productionYear] => 2013
[nationality] => Array
(
[0] => stdClass Object
(
[code] => 5002
[$] => U.S.A.
)
)
[genre] => Array
(
[0] => stdClass Object
(
[code] => 13025
[$] => Action
)
[1] => stdClass Object
(
[code] => 13021
[$] => Science fiction
)
)