How can I get the repeated values inside a multidimensional array in PHP? I have found some functions but they have not worked for me. Is there a native function that does that?
<?php
$array = array(array(7,18), array(12,7), array(12, 7, 13...
asked by
09.08.2016 / 09:12