Guest User

Untitled

a guest
Jan 19th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. usort($array, function ($a, $b){
  2. if (count($a) > 0 and count($b) > 0) {
  3. return strcmp($a["nivel"], $b["nivel"]);
  4. }
  5. });
Add Comment
Please, Sign In to add comment