<?php $array=[[8,9,7],[7,8,9,33,21],[11,12,33,21,9,31]]; $unique=preg_match_all('~\b(\d+)\b(?!.*\b\1\b)~',json_encode($array),$out)?$out[0]:[]; sort($unique); var_export($unique);
You have javascript disabled. You will not be able to edit any code.