/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php function super_unique($array) { foreach ($result as $key => $value) { { $result[$key] = super_unique($value); } } return $result; } ?>