3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a1 = ["facebook_like" => 100, "total" => 12, "vote" => 40, "page_view" => 123, "twitter_tweet" => 112, "comment" => 199]; $order = ["total", "page_view", "vote", "facebook_like", "twitter_tweet", "comment"]; array_multisort($a1, array_flip($order)); var_dump($a1);

preferences:
56.1 ms | 402 KiB | 5 Q