<?php $a1 = [ [ 0 => "0424", 1 => "9007382026", ], [ 0 => "15043", 1 => "90073225", ], [ 0 => "15043-3", 1 => "900735226", ], ]; $a2 = [ [ 0 => "0424", 1 => "Text", 2 => "Text", 3 => "Text", 4 => "Text", 5 => "9007382026", ], [ 0 => "456456", 1 => "Text", 2 => "Text", 3 => "Text", 4 => "Text", 5 => "486424", ], [ 0 => "15043-3", 1 => "Text", 2 => "Text", 3 => "Text", 4 => "Text", 5 => "900735226", ], ]; $temp = array_column($a1, null, 0); $temp1 = array_column($a2, null, 0); $temp2 = array_intersect_key($temp1, $temp); print_r($temp2);die;
You have javascript disabled. You will not be able to edit any code.