(PECL stats >= 1.0.0)
stats_stat_percentile — Returns the percentile value
$arr
   , float $perc
   ) : float
   Returns the perc-th percentile value of the array arr.
  
arrThe input array
percThe percentile
Returns the percentile values of the input array.