Skip to content

Instantly share code, notes, and snippets.

@CB9TOIIIA
Last active December 1, 2016 12:02
Show Gist options
  • Save CB9TOIIIA/f9819126357989c1070f1218c40d8ab0 to your computer and use it in GitHub Desktop.
Save CB9TOIIIA/f9819126357989c1070f1218c40d8ab0 to your computer and use it in GitHub Desktop.
Сортировка array_multisort
array_multisort($totalall, $datear, $FB_value_urlar, $fbcountar, $vkcountar, $okcountar, $FB_value_titles, SORT_DESC, SORT_NUMERIC);
$globalsoc = [$totalall, $datear, $FB_value_urlar, $fbcountar, $vkcountar, $okcountar, $FB_value_titles];
array_multisort($globalsoc[0], SORT_DESC, SORT_NUMERIC, $globalsoc[1], SORT_STRING, SORT_DESC, $globalsoc[2], SORT_NUMERIC, SORT_DESC, $globalsoc[3], SORT_NUMERIC, SORT_DESC, $globalsoc[4], SORT_NUMERIC, SORT_DESC, $globalsoc[5], SORT_NUMERIC, SORT_DESC, $globalsoc[6], SORT_STRING, SORT_DESC);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment