Possible Duplicate:
Able to see a variable in print_r()'s output, but not sure how to access it in code
$response = $amazonEcs->category('DVD')->responseGroup('Large')->search("Matrix Revolutions");
var_dump($response);
I was using var_dump($response) and now I want to know how can I get the values of Item from 0 to 9.