<?php $array=[[8,9,7],[7,8,9,33,21],[11,12,33,21,9,31]]; $unique=array_unique(array_merge(...$array)); sort($unique); var_export($unique);
You have javascript disabled. You will not be able to edit any code.