Guest User

Untitled

a guest
Jul 31st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Array
  2. (
  3. [0] => Array
  4. (
  5. )
  6.  
  7. [1] => Array
  8. (
  9. )
  10.  
  11. [2] => Array
  12. (
  13. )
  14.  
  15. for ($i = 0; $i < count($return_arr); $i++) {
  16.  
  17. $new_value[] = explode(",", $return_arr[$i]);
  18. }
  19.  
  20. print_r (array_unique($new_value));
Add Comment
Please, Sign In to add comment