I am manipulating a large XML file that when I read multiple array return, one inside the other, is it possible to search the key of an array and return its value? or an array if there is more than one key?
something like:
array(
'bio'=> array(
'info'=> array(
'cash'=>'50'
);
);
And something to search, for example, for "cash" it runs through all the array and returns "50"