<?php
$arr1
=
array
(1, 2, 2, 4);
$arr2
(
"a"
,
"b"
"c"
"d"
);
array_multisort
, SORT_DESC,
, SORT_ASC);
print_r(
?>