Guest User

anonymous-usort

a guest
Oct 3rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. <?php
  2. (usort($arr, function($a,$b) use ($arr) {1,3,2,4,5,6}));
  3. ?>
Advertisement
Add Comment
Please, Sign In to add comment