<?php $json = '{ "result":0, "status":[ { "id":"00001" }, { "id":"00002" }, { "id":"00003" } ] }'; print_r(array_column(json_decode($json, true)['status'], 'id'));
You have javascript disabled. You will not be able to edit any code.