Esempio n. 1
0
 /**
  * Formats a number into locale specific ordinal suffix.
  *
  * @param int|float $value An integer
  * @param array $options An array with options.
  * @return string formatted number
  */
 public function ordinal($value, array $options = [])
 {
     return $this->_engine->ordinal($value, $options);
 }