Skip to main content
deleted 9 characters in body
Source Link
LF-DevJourney
  • 28.7k
  • 30
  • 170
  • 321

checkTry this simple code, live demo

print_r(array_column(array_map(function($v){return current(json_decode($v));},array_column($array, 'product_details')), 'id'));

check this simple code, live demo

print_r(array_column(array_map(function($v){return current(json_decode($v));},array_column($array, 'product_details')), 'id'));

Try this code, live demo

print_r(array_column(array_map(function($v){return current(json_decode($v));},array_column($array, 'product_details')), 'id'));
Source Link
LF-DevJourney
  • 28.7k
  • 30
  • 170
  • 321

check this simple code, live demo

print_r(array_column(array_map(function($v){return current(json_decode($v));},array_column($array, 'product_details')), 'id'));