toArray(); $a = $a['Books']; foreach($a as $book) if(substr($book['Path'],-4) == '.pdf') echo $book['Path']." - ".$book['Name']."\n";