In PHP there is the array_diff() method that checks values of two arrays and returns the items for the difference between them. For example:
$arrExclusion = array('as', 'coisas', 'acontece', 'no', 'tempo', 'certo');
$arr = array('tud...
asked by
06.03.2017 / 02:08