<?php $check = ['a', 'b', 'c']; $actual = ['a' => 'one', 'b' => 'two', 'c' => 'three']; $result=array_diff_key(array_flip($check), array_keys($actual)); echo '<pre>'; print_r($result);
You have javascript disabled. You will not be able to edit any code.