Compare the items numerically and sort the elements of the $cars array in descending order:


SUBMITTED BY: henry1874w

DATE: June 27, 2017, 5:21 p.m.

FORMAT: Text only

SIZE: 75 Bytes

HITS: 323

  1. <?php
  2. $cars=array("Volvo","BMW","Toyota");
  3. rsort($cars,SORT_NUMERIC);
  4. ?>

comments powered by Disqus