Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- usort($arr, create_function("$a, $b",
- "
- if($a['KeywordCheck']['rank'] == $b['KeywordCheck']['rank']) {
- return 0;
- }
- if($a['KeywordCheck']['rank'] > $b['KeywordCheck']['rank']) {
- return 1;
- }
- return -1;");
Advertisement
Add Comment
Please, Sign In to add comment