<?php $a = ['a', 'b', 'c']; $b = ['b']; print_r(array_diff($a, $b));
You have javascript disabled. You will not be able to edit any code.